Struct std::simd::i32x8 [] [src]

#[repr(simd)]
pub struct i32x8(_, _, _, _, _, _, _, _);
🔬 This is a nightly-only experimental API. (stdsimd #48556)

Methods

impl i32x8
[src]

[src]

🔬 This is a nightly-only experimental API. (stdsimd #48556)

[src]

🔬 This is a nightly-only experimental API. (stdsimd #48556)

[src]

🔬 This is a nightly-only experimental API. (stdsimd #48556)

[src]

🔬 This is a nightly-only experimental API. (stdsimd #48556)

[src]

🔬 This is a nightly-only experimental API. (stdsimd #48556)

[src]

🔬 This is a nightly-only experimental API. (stdsimd #48556)

[src]

🔬 This is a nightly-only experimental API. (stdsimd #48556)

[src]

🔬 This is a nightly-only experimental API. (stdsimd #48556)

[src]

🔬 This is a nightly-only experimental API. (stdsimd #48556)

[src]

🔬 This is a nightly-only experimental API. (stdsimd #48556)

[src]

🔬 This is a nightly-only experimental API. (stdsimd #48556)

[src]

🔬 This is a nightly-only experimental API. (stdsimd #48556)

[src]

🔬 This is a nightly-only experimental API. (stdsimd #48556)

[src]

🔬 This is a nightly-only experimental API. (stdsimd #48556)

[src]

🔬 This is a nightly-only experimental API. (stdsimd #48556)

[src]

🔬 This is a nightly-only experimental API. (stdsimd #48556)

[src]

🔬 This is a nightly-only experimental API. (stdsimd #48556)

impl i32x8
[src]

[src]

🔬 This is a nightly-only experimental API. (stdsimd #48556)

impl i32x8
[src]

[src]

🔬 This is a nightly-only experimental API. (stdsimd #48556)

Trait Implementations

impl BitXorAssign<i32x8> for i32x8
[src]

[src]

Performs the ^= operation.

impl Div<i32x8> for i32x8
[src]

The resulting type after applying the / operator.

[src]

Performs the / operation.

impl BitOrAssign<i32x8> for i32x8
[src]

[src]

Performs the |= operation.

impl BitAndAssign<i32x8> for i32x8
[src]

[src]

Performs the &= operation.

impl Add<i32x8> for i32x8
[src]

The resulting type after applying the + operator.

[src]

Performs the + operation.

impl BitOr<i32x8> for i32x8
[src]

The resulting type after applying the | operator.

[src]

Performs the | operation.

impl Copy for i32x8
[src]

impl RemAssign<i32x8> for i32x8
[src]

[src]

Performs the %= operation.

impl DivAssign<i32x8> for i32x8
[src]

[src]

Performs the /= operation.

impl MulAssign<i32x8> for i32x8
[src]

[src]

Performs the *= operation.

impl SubAssign<i32x8> for i32x8
[src]

[src]

Performs the -= operation.

impl AddAssign<i32x8> for i32x8
[src]

[src]

Performs the += operation.

impl Neg for i32x8
[src]

The resulting type after applying the - operator.

[src]

Performs the unary - operation.

impl ShrAssign<isize> for i32x8
[src]

[src]

Performs the >>= operation.

impl ShrAssign<i8> for i32x8
[src]

[src]

Performs the >>= operation.

impl ShrAssign<i32> for i32x8
[src]

[src]

Performs the >>= operation.

impl ShrAssign<u64> for i32x8
[src]

[src]

Performs the >>= operation.

impl ShrAssign<u32> for i32x8
[src]

[src]

Performs the >>= operation.

impl ShrAssign<u16> for i32x8
[src]

[src]

Performs the >>= operation.

impl ShrAssign<i64> for i32x8
[src]

[src]

Performs the >>= operation.

impl ShrAssign<usize> for i32x8
[src]

[src]

Performs the >>= operation.

impl ShrAssign<u8> for i32x8
[src]

[src]

Performs the >>= operation.

impl ShrAssign<i16> for i32x8
[src]

[src]

Performs the >>= operation.

impl LowerHex for i32x8
[src]

[src]

Formats the value using the given formatter.

impl Sub<i32x8> for i32x8
[src]

The resulting type after applying the - operator.

[src]

Performs the - operation.

impl Shr<u8> for i32x8
[src]

The resulting type after applying the >> operator.

[src]

Performs the >> operation.

impl Shr<i16> for i32x8
[src]

The resulting type after applying the >> operator.

[src]

Performs the >> operation.

impl Shr<i64> for i32x8
[src]

The resulting type after applying the >> operator.

[src]

Performs the >> operation.

impl Shr<i32> for i32x8
[src]

The resulting type after applying the >> operator.

[src]

Performs the >> operation.

impl Shr<u32> for i32x8
[src]

The resulting type after applying the >> operator.

[src]

Performs the >> operation.

impl Shr<u64> for i32x8
[src]

The resulting type after applying the >> operator.

[src]

Performs the >> operation.

impl Shr<usize> for i32x8
[src]

The resulting type after applying the >> operator.

[src]

Performs the >> operation.

impl Shr<isize> for i32x8
[src]

The resulting type after applying the >> operator.

[src]

Performs the >> operation.

impl Shr<i8> for i32x8
[src]

The resulting type after applying the >> operator.

[src]

Performs the >> operation.

impl Shr<u16> for i32x8
[src]

The resulting type after applying the >> operator.

[src]

Performs the >> operation.

impl BitXor<i32x8> for i32x8
[src]

The resulting type after applying the ^ operator.

[src]

Performs the ^ operation.

impl Not for i32x8
[src]

The resulting type after applying the ! operator.

[src]

Performs the unary ! operation.

impl Clone for i32x8
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Rem<i32x8> for i32x8
[src]

The resulting type after applying the % operator.

[src]

Performs the % operation.

impl Mul<i32x8> for i32x8
[src]

The resulting type after applying the * operator.

[src]

Performs the * operation.

impl Debug for i32x8
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq<i32x8> for i32x8
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Shl<u64> for i32x8
[src]

The resulting type after applying the << operator.

[src]

Performs the << operation.

impl Shl<i16> for i32x8
[src]

The resulting type after applying the << operator.

[src]

Performs the << operation.

impl Shl<u16> for i32x8
[src]

The resulting type after applying the << operator.

[src]

Performs the << operation.

impl Shl<isize> for i32x8
[src]

The resulting type after applying the << operator.

[src]

Performs the << operation.

impl Shl<u32> for i32x8
[src]

The resulting type after applying the << operator.

[src]

Performs the << operation.

impl Shl<usize> for i32x8
[src]

The resulting type after applying the << operator.

[src]

Performs the << operation.

impl Shl<i8> for i32x8
[src]

The resulting type after applying the << operator.

[src]

Performs the << operation.

impl Shl<u8> for i32x8
[src]

The resulting type after applying the << operator.

[src]

Performs the << operation.

impl Shl<i64> for i32x8
[src]

The resulting type after applying the << operator.

[src]

Performs the << operation.

impl Shl<i32> for i32x8
[src]

The resulting type after applying the << operator.

[src]

Performs the << operation.

impl From<u64x4> for i32x8
[src]

[src]

Performs the conversion.

impl From<i32x8> for u8x32
[src]

[src]

Performs the conversion.

impl From<i32x8> for u16x16
[src]

[src]

Performs the conversion.

impl From<u16x16> for i32x8
[src]

[src]

Performs the conversion.

impl From<u8x32> for i32x8
[src]

[src]

Performs the conversion.

impl From<i32x8> for i16x16
[src]

[src]

Performs the conversion.

impl From<i64x4> for i32x8
[src]

[src]

Performs the conversion.

impl From<i32x8> for i8x32
[src]

[src]

Performs the conversion.

impl From<i32x8> for u64x4
[src]

[src]

Performs the conversion.

impl From<i32x8> for u32x8
[src]

[src]

Performs the conversion.

impl From<i16x16> for i32x8
[src]

[src]

Performs the conversion.

impl From<i32x8> for i64x4
[src]

[src]

Performs the conversion.

impl From<u32x8> for i32x8
[src]

[src]

Performs the conversion.

impl From<i8x32> for i32x8
[src]

[src]

Performs the conversion.

impl BitAnd<i32x8> for i32x8
[src]

The resulting type after applying the & operator.

[src]

Performs the & operation.

impl ShlAssign<isize> for i32x8
[src]

[src]

Performs the <<= operation.

impl ShlAssign<i32> for i32x8
[src]

[src]

Performs the <<= operation.

impl ShlAssign<u32> for i32x8
[src]

[src]

Performs the <<= operation.

impl ShlAssign<u8> for i32x8
[src]

[src]

Performs the <<= operation.

impl ShlAssign<u64> for i32x8
[src]

[src]

Performs the <<= operation.

impl ShlAssign<u16> for i32x8
[src]

[src]

Performs the <<= operation.

impl ShlAssign<i16> for i32x8
[src]

[src]

Performs the <<= operation.

impl ShlAssign<i64> for i32x8
[src]

[src]

Performs the <<= operation.

impl ShlAssign<i8> for i32x8
[src]

[src]

Performs the <<= operation.

impl ShlAssign<usize> for i32x8
[src]

[src]

Performs the <<= operation.

Auto Trait Implementations

impl Send for i32x8

impl Sync for i32x8