Struct coresimd::simd::i16x8 [] [src]

#[repr(simd)]
pub struct i16x8(_, _, _, _, _, _, _, _);

Methods

impl i16x8
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

impl i16x8
[src]

[src]

Trait Implementations

impl Clone for i16x8
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for i16x8
[src]

impl Debug for i16x8
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for i16x8
[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 From<i16x8> for u64x2
[src]

[src]

Performs the conversion.

impl From<i16x8> for i64x2
[src]

[src]

Performs the conversion.

impl From<i16x8> for u32x4
[src]

[src]

Performs the conversion.

impl From<i16x8> for i32x4
[src]

[src]

Performs the conversion.

impl From<i16x8> for u16x8
[src]

[src]

Performs the conversion.

impl From<u64x2> for i16x8
[src]

[src]

Performs the conversion.

impl From<i64x2> for i16x8
[src]

[src]

Performs the conversion.

impl From<u32x4> for i16x8
[src]

[src]

Performs the conversion.

impl From<i32x4> for i16x8
[src]

[src]

Performs the conversion.

impl From<u16x8> for i16x8
[src]

[src]

Performs the conversion.

impl From<u8x16> for i16x8
[src]

[src]

Performs the conversion.

impl From<i8x16> for i16x8
[src]

[src]

Performs the conversion.

impl From<__m128i> for i16x8
[src]

[src]

Performs the conversion.

impl From<i16x8> for u8x16
[src]

[src]

Performs the conversion.

impl From<i16x8> for i8x16
[src]

[src]

Performs the conversion.

impl From<i16x8> for __m128i
[src]

[src]

Performs the conversion.

impl Add for i16x8
[src]

The resulting type after applying the + operator.

[src]

Performs the + operation.

impl Sub for i16x8
[src]

The resulting type after applying the - operator.

[src]

Performs the - operation.

impl Mul for i16x8
[src]

The resulting type after applying the * operator.

[src]

Performs the * operation.

impl Div for i16x8
[src]

The resulting type after applying the / operator.

[src]

Performs the / operation.

impl Rem for i16x8
[src]

The resulting type after applying the % operator.

[src]

Performs the % operation.

impl AddAssign for i16x8
[src]

[src]

Performs the += operation.

impl SubAssign for i16x8
[src]

[src]

Performs the -= operation.

impl MulAssign for i16x8
[src]

[src]

Performs the *= operation.

impl DivAssign for i16x8
[src]

[src]

Performs the /= operation.

impl RemAssign for i16x8
[src]

[src]

Performs the %= operation.

impl Not for i16x8
[src]

The resulting type after applying the ! operator.

[src]

Performs the unary ! operation.

impl BitAnd for i16x8
[src]

The resulting type after applying the & operator.

[src]

Performs the & operation.

impl BitOr for i16x8
[src]

The resulting type after applying the | operator.

[src]

Performs the | operation.

impl BitXor for i16x8
[src]

The resulting type after applying the ^ operator.

[src]

Performs the ^ operation.

impl BitAndAssign for i16x8
[src]

[src]

Performs the &= operation.

impl BitOrAssign for i16x8
[src]

[src]

Performs the |= operation.

impl BitXorAssign for i16x8
[src]

[src]

Performs the ^= operation.

impl Shl<u8> for i16x8
[src]

The resulting type after applying the << operator.

[src]

Performs the << operation.

impl Shr<u8> for i16x8
[src]

The resulting type after applying the >> operator.

[src]

Performs the >> operation.

impl ShlAssign<u8> for i16x8
[src]

[src]

Performs the <<= operation.

impl ShrAssign<u8> for i16x8
[src]

[src]

Performs the >>= operation.

impl Shl<u16> for i16x8
[src]

The resulting type after applying the << operator.

[src]

Performs the << operation.

impl Shr<u16> for i16x8
[src]

The resulting type after applying the >> operator.

[src]

Performs the >> operation.

impl ShlAssign<u16> for i16x8
[src]

[src]

Performs the <<= operation.

impl ShrAssign<u16> for i16x8
[src]

[src]

Performs the >>= operation.

impl Shl<u32> for i16x8
[src]

The resulting type after applying the << operator.

[src]

Performs the << operation.

impl Shr<u32> for i16x8
[src]

The resulting type after applying the >> operator.

[src]

Performs the >> operation.

impl ShlAssign<u32> for i16x8
[src]

[src]

Performs the <<= operation.

impl ShrAssign<u32> for i16x8
[src]

[src]

Performs the >>= operation.

impl Shl<u64> for i16x8
[src]

The resulting type after applying the << operator.

[src]

Performs the << operation.

impl Shr<u64> for i16x8
[src]

The resulting type after applying the >> operator.

[src]

Performs the >> operation.

impl ShlAssign<u64> for i16x8
[src]

[src]

Performs the <<= operation.

impl ShrAssign<u64> for i16x8
[src]

[src]

Performs the >>= operation.

impl Shl<usize> for i16x8
[src]

The resulting type after applying the << operator.

[src]

Performs the << operation.

impl Shr<usize> for i16x8
[src]

The resulting type after applying the >> operator.

[src]

Performs the >> operation.

impl ShlAssign<usize> for i16x8
[src]

[src]

Performs the <<= operation.

impl ShrAssign<usize> for i16x8
[src]

[src]

Performs the >>= operation.

impl Shl<i8> for i16x8
[src]

The resulting type after applying the << operator.

[src]

Performs the << operation.

impl Shr<i8> for i16x8
[src]

The resulting type after applying the >> operator.

[src]

Performs the >> operation.

impl ShlAssign<i8> for i16x8
[src]

[src]

Performs the <<= operation.

impl ShrAssign<i8> for i16x8
[src]

[src]

Performs the >>= operation.

impl Shl<i16> for i16x8
[src]

The resulting type after applying the << operator.

[src]

Performs the << operation.

impl Shr<i16> for i16x8
[src]

The resulting type after applying the >> operator.

[src]

Performs the >> operation.

impl ShlAssign<i16> for i16x8
[src]

[src]

Performs the <<= operation.

impl ShrAssign<i16> for i16x8
[src]

[src]

Performs the >>= operation.

impl Shl<i32> for i16x8
[src]

The resulting type after applying the << operator.

[src]

Performs the << operation.

impl Shr<i32> for i16x8
[src]

The resulting type after applying the >> operator.

[src]

Performs the >> operation.

impl ShlAssign<i32> for i16x8
[src]

[src]

Performs the <<= operation.

impl ShrAssign<i32> for i16x8
[src]

[src]

Performs the >>= operation.

impl Shl<i64> for i16x8
[src]

The resulting type after applying the << operator.

[src]

Performs the << operation.

impl Shr<i64> for i16x8
[src]

The resulting type after applying the >> operator.

[src]

Performs the >> operation.

impl ShlAssign<i64> for i16x8
[src]

[src]

Performs the <<= operation.

impl ShrAssign<i64> for i16x8
[src]

[src]

Performs the >>= operation.

impl Shl<isize> for i16x8
[src]

The resulting type after applying the << operator.

[src]

Performs the << operation.

impl Shr<isize> for i16x8
[src]

The resulting type after applying the >> operator.

[src]

Performs the >> operation.

impl ShlAssign<isize> for i16x8
[src]

[src]

Performs the <<= operation.

impl ShrAssign<isize> for i16x8
[src]

[src]

Performs the >>= operation.

impl LowerHex for i16x8
[src]

[src]

Formats the value using the given formatter.

impl Neg for i16x8
[src]

The resulting type after applying the - operator.

[src]

Performs the unary - operation.

Auto Trait Implementations

impl Send for i16x8

impl Sync for i16x8