Struct coresimd::simd::u16x4 [] [src]

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

Methods

impl u16x4
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

impl u16x4
[src]

[src]

impl u16x4
[src]

[src]

impl u16x4
[src]

[src]

Trait Implementations

impl Clone for u16x4
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for u16x4
[src]

impl Debug for u16x4
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for u16x4
[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<u16x4> for u32x2
[src]

[src]

Performs the conversion.

impl From<u16x4> for i32x2
[src]

[src]

Performs the conversion.

impl From<u32x2> for u16x4
[src]

[src]

Performs the conversion.

impl From<i32x2> for u16x4
[src]

[src]

Performs the conversion.

impl From<i16x4> for u16x4
[src]

[src]

Performs the conversion.

impl From<u8x8> for u16x4
[src]

[src]

Performs the conversion.

impl From<i8x8> for u16x4
[src]

[src]

Performs the conversion.

impl From<__m64> for u16x4
[src]

[src]

Performs the conversion.

impl From<u16x4> for i16x4
[src]

[src]

Performs the conversion.

impl From<u16x4> for u8x8
[src]

[src]

Performs the conversion.

impl From<u16x4> for i8x8
[src]

[src]

Performs the conversion.

impl From<u16x4> for __m64
[src]

[src]

Performs the conversion.

impl Add for u16x4
[src]

The resulting type after applying the + operator.

[src]

Performs the + operation.

impl Sub for u16x4
[src]

The resulting type after applying the - operator.

[src]

Performs the - operation.

impl Mul for u16x4
[src]

The resulting type after applying the * operator.

[src]

Performs the * operation.

impl Div for u16x4
[src]

The resulting type after applying the / operator.

[src]

Performs the / operation.

impl Rem for u16x4
[src]

The resulting type after applying the % operator.

[src]

Performs the % operation.

impl AddAssign for u16x4
[src]

[src]

Performs the += operation.

impl SubAssign for u16x4
[src]

[src]

Performs the -= operation.

impl MulAssign for u16x4
[src]

[src]

Performs the *= operation.

impl DivAssign for u16x4
[src]

[src]

Performs the /= operation.

impl RemAssign for u16x4
[src]

[src]

Performs the %= operation.

impl Not for u16x4
[src]

The resulting type after applying the ! operator.

[src]

Performs the unary ! operation.

impl BitAnd for u16x4
[src]

The resulting type after applying the & operator.

[src]

Performs the & operation.

impl BitOr for u16x4
[src]

The resulting type after applying the | operator.

[src]

Performs the | operation.

impl BitXor for u16x4
[src]

The resulting type after applying the ^ operator.

[src]

Performs the ^ operation.

impl BitAndAssign for u16x4
[src]

[src]

Performs the &= operation.

impl BitOrAssign for u16x4
[src]

[src]

Performs the |= operation.

impl BitXorAssign for u16x4
[src]

[src]

Performs the ^= operation.

impl Shl<u8> for u16x4
[src]

The resulting type after applying the << operator.

[src]

Performs the << operation.

impl Shr<u8> for u16x4
[src]

The resulting type after applying the >> operator.

[src]

Performs the >> operation.

impl ShlAssign<u8> for u16x4
[src]

[src]

Performs the <<= operation.

impl ShrAssign<u8> for u16x4
[src]

[src]

Performs the >>= operation.

impl Shl<u16> for u16x4
[src]

The resulting type after applying the << operator.

[src]

Performs the << operation.

impl Shr<u16> for u16x4
[src]

The resulting type after applying the >> operator.

[src]

Performs the >> operation.

impl ShlAssign<u16> for u16x4
[src]

[src]

Performs the <<= operation.

impl ShrAssign<u16> for u16x4
[src]

[src]

Performs the >>= operation.

impl Shl<u32> for u16x4
[src]

The resulting type after applying the << operator.

[src]

Performs the << operation.

impl Shr<u32> for u16x4
[src]

The resulting type after applying the >> operator.

[src]

Performs the >> operation.

impl ShlAssign<u32> for u16x4
[src]

[src]

Performs the <<= operation.

impl ShrAssign<u32> for u16x4
[src]

[src]

Performs the >>= operation.

impl Shl<u64> for u16x4
[src]

The resulting type after applying the << operator.

[src]

Performs the << operation.

impl Shr<u64> for u16x4
[src]

The resulting type after applying the >> operator.

[src]

Performs the >> operation.

impl ShlAssign<u64> for u16x4
[src]

[src]

Performs the <<= operation.

impl ShrAssign<u64> for u16x4
[src]

[src]

Performs the >>= operation.

impl Shl<usize> for u16x4
[src]

The resulting type after applying the << operator.

[src]

Performs the << operation.

impl Shr<usize> for u16x4
[src]

The resulting type after applying the >> operator.

[src]

Performs the >> operation.

impl ShlAssign<usize> for u16x4
[src]

[src]

Performs the <<= operation.

impl ShrAssign<usize> for u16x4
[src]

[src]

Performs the >>= operation.

impl Shl<i8> for u16x4
[src]

The resulting type after applying the << operator.

[src]

Performs the << operation.

impl Shr<i8> for u16x4
[src]

The resulting type after applying the >> operator.

[src]

Performs the >> operation.

impl ShlAssign<i8> for u16x4
[src]

[src]

Performs the <<= operation.

impl ShrAssign<i8> for u16x4
[src]

[src]

Performs the >>= operation.

impl Shl<i16> for u16x4
[src]

The resulting type after applying the << operator.

[src]

Performs the << operation.

impl Shr<i16> for u16x4
[src]

The resulting type after applying the >> operator.

[src]

Performs the >> operation.

impl ShlAssign<i16> for u16x4
[src]

[src]

Performs the <<= operation.

impl ShrAssign<i16> for u16x4
[src]

[src]

Performs the >>= operation.

impl Shl<i32> for u16x4
[src]

The resulting type after applying the << operator.

[src]

Performs the << operation.

impl Shr<i32> for u16x4
[src]

The resulting type after applying the >> operator.

[src]

Performs the >> operation.

impl ShlAssign<i32> for u16x4
[src]

[src]

Performs the <<= operation.

impl ShrAssign<i32> for u16x4
[src]

[src]

Performs the >>= operation.

impl Shl<i64> for u16x4
[src]

The resulting type after applying the << operator.

[src]

Performs the << operation.

impl Shr<i64> for u16x4
[src]

The resulting type after applying the >> operator.

[src]

Performs the >> operation.

impl ShlAssign<i64> for u16x4
[src]

[src]

Performs the <<= operation.

impl ShrAssign<i64> for u16x4
[src]

[src]

Performs the >>= operation.

impl Shl<isize> for u16x4
[src]

The resulting type after applying the << operator.

[src]

Performs the << operation.

impl Shr<isize> for u16x4
[src]

The resulting type after applying the >> operator.

[src]

Performs the >> operation.

impl ShlAssign<isize> for u16x4
[src]

[src]

Performs the <<= operation.

impl ShrAssign<isize> for u16x4
[src]

[src]

Performs the >>= operation.

impl LowerHex for u16x4
[src]

[src]

Formats the value using the given formatter.

Auto Trait Implementations

impl Send for u16x4

impl Sync for u16x4