Struct core::simd::m8x16[][src]

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

A 128-bit vector mask with 16 lanes.

Methods

impl m8x16
[src]

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

Creates a new instance with each vector elements initialized with the provided values.

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

Returns the number of vector lanes.

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

Constructs a new instance with each element initialized to value.

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

Extracts the value at index.

Panics

If index >= Self::lanes().

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

Extracts the value at index.

If index >= Self::lanes() the behavior is undefined.

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

Returns a new vector where the value at index is replaced by new_value.

Panics

If index >= Self::lanes().

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

Returns a new vector where the value at index is replaced by new_value.

Panics

If index >= Self::lanes().

impl m8x16
[src]

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

Lane-wise bitwise and of the vector elements.

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

Lane-wise bitwise or of the vector elements.

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

Lane-wise bitwise xor of the vector elements.

impl m8x16
[src]

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

Are all vector lanes true?

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

Is any vector lanes true?

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

Are all vector lanes false?

impl m8x16
[src]

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

Selects elements of a and b using mask.

For each lane, the result contains the element of a if the mask is true, and the element of b otherwise.

impl m8x16
[src]

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

Lane-wise equality comparison.

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

Lane-wise inequality comparison.

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

Lane-wise less-than comparison.

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

Lane-wise less-than-or-equals comparison.

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

Lane-wise greater-than comparison.

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

Lane-wise greater-than-or-equals comparison.

Trait Implementations

impl Copy for m8x16
[src]

impl Clone for m8x16
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for m8x16
[src]

Formats the value using the given formatter. Read more

impl PartialOrd for m8x16
[src]

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl Not for m8x16
[src]

The resulting type after applying the ! operator.

Performs the unary ! operation.

impl BitXor for m8x16
[src]

The resulting type after applying the ^ operator.

Performs the ^ operation.

impl BitAnd for m8x16
[src]

The resulting type after applying the & operator.

Performs the & operation.

impl BitOr for m8x16
[src]

The resulting type after applying the | operator.

Performs the | operation.

impl BitAndAssign for m8x16
[src]

Performs the &= operation.

impl BitOrAssign for m8x16
[src]

Performs the |= operation.

impl BitXorAssign for m8x16
[src]

Performs the ^= operation.

impl BitXor<bool> for m8x16
[src]

The resulting type after applying the ^ operator.

Performs the ^ operation.

impl BitXor<m8x16> for bool
[src]

The resulting type after applying the ^ operator.

Performs the ^ operation.

impl BitAnd<bool> for m8x16
[src]

The resulting type after applying the & operator.

Performs the & operation.

impl BitAnd<m8x16> for bool
[src]

The resulting type after applying the & operator.

Performs the & operation.

impl BitOr<bool> for m8x16
[src]

The resulting type after applying the | operator.

Performs the | operation.

impl BitOr<m8x16> for bool
[src]

The resulting type after applying the | operator.

Performs the | operation.

impl BitAndAssign<bool> for m8x16
[src]

Performs the &= operation.

impl BitOrAssign<bool> for m8x16
[src]

Performs the |= operation.

impl BitXorAssign<bool> for m8x16
[src]

Performs the ^= operation.

impl Eq for m8x16
[src]

impl PartialEq<m8x16> for m8x16
[src]

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

This method tests for !=.

impl Default for m8x16
[src]

Returns the "default value" for a type. Read more

impl FromBits<m8x16> for u64x2
[src]

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

Safe lossless bitwise from T to Self.

impl FromBits<m8x16> for i64x2
[src]

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

Safe lossless bitwise from T to Self.

impl FromBits<m8x16> for f64x2
[src]

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

Safe lossless bitwise from T to Self.

impl FromBits<m8x16> for u32x4
[src]

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

Safe lossless bitwise from T to Self.

impl FromBits<m8x16> for i32x4
[src]

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

Safe lossless bitwise from T to Self.

impl FromBits<m8x16> for f32x4
[src]

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

Safe lossless bitwise from T to Self.

impl FromBits<m8x16> for u16x8
[src]

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

Safe lossless bitwise from T to Self.

impl FromBits<m8x16> for i16x8
[src]

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

Safe lossless bitwise from T to Self.

impl FromBits<m8x16> for u8x16
[src]

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

Safe lossless bitwise from T to Self.

impl FromBits<m8x16> for i8x16
[src]

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

Safe lossless bitwise from T to Self.

impl From<m8x16> for u8x16
[src]

Performs the conversion.

impl From<m8x16> for i8x16
[src]

Performs the conversion.

impl From<m1x16> for m8x16
[src]

Performs the conversion.

impl From<m16x16> for m8x16
[src]

Performs the conversion.

impl From<m8x16> for i16x16
[src]

Performs the conversion.

impl From<m8x16> for u16x16
[src]

Performs the conversion.

impl From<m8x16> for m16x16
[src]

Performs the conversion.

impl From<m8x16> for f32x16
[src]

Performs the conversion.

impl From<m8x16> for i32x16
[src]

Performs the conversion.

impl From<m8x16> for u32x16
[src]

Performs the conversion.

impl From<m8x16> for m1x16
[src]

Performs the conversion.

impl FromBits<m8x16> for __m128
[src]

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

Safe lossless bitwise from T to Self.

impl FromBits<m8x16> for __m128i
[src]

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

Safe lossless bitwise from T to Self.

impl FromBits<m8x16> for __m128d
[src]

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

Safe lossless bitwise from T to Self.

impl FromBits<m8x16> for float64x2_t
[src]

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

Safe lossless bitwise from T to Self.

impl FromBits<m8x16> for int8x16_t
[src]

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

Safe lossless bitwise from T to Self.

impl FromBits<m8x16> for uint8x16_t
[src]

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

Safe lossless bitwise from T to Self.

impl FromBits<m8x16> for poly8x16_t
[src]

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

Safe lossless bitwise from T to Self.

impl FromBits<m8x16> for int16x8_t
[src]

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

Safe lossless bitwise from T to Self.

impl FromBits<m8x16> for uint16x8_t
[src]

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

Safe lossless bitwise from T to Self.

impl FromBits<m8x16> for poly16x8_t
[src]

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

Safe lossless bitwise from T to Self.

impl FromBits<m8x16> for int32x4_t
[src]

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

Safe lossless bitwise from T to Self.

impl FromBits<m8x16> for uint32x4_t
[src]

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

Safe lossless bitwise from T to Self.

impl FromBits<m8x16> for float32x4_t
[src]

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

Safe lossless bitwise from T to Self.

impl FromBits<m8x16> for int64x2_t
[src]

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

Safe lossless bitwise from T to Self.

impl FromBits<m8x16> for uint64x2_t
[src]

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

Safe lossless bitwise from T to Self.

Auto Trait Implementations

impl Send for m8x16

impl Sync for m8x16