Struct core::core_arch::simd::u16x32

source ·
#[repr(simd)]
pub(crate) struct u16x32(pub u16, pub u16, pub u16, pub u16, pub u16, pub u16, pub u16, pub u16, pub u16, pub u16, pub u16, pub u16, pub u16, pub u16, pub u16, pub u16, pub u16, pub u16, pub u16, pub u16, pub u16, pub u16, pub u16, pub u16, pub u16, pub u16, pub u16, pub u16, pub u16, pub u16, pub u16, pub u16);
🔬This is a nightly-only experimental API. (stdsimd #48556)

Tuple Fields§

§0: u16
🔬This is a nightly-only experimental API. (stdsimd #48556)
§1: u16
🔬This is a nightly-only experimental API. (stdsimd #48556)
§2: u16
🔬This is a nightly-only experimental API. (stdsimd #48556)
§3: u16
🔬This is a nightly-only experimental API. (stdsimd #48556)
§4: u16
🔬This is a nightly-only experimental API. (stdsimd #48556)
§5: u16
🔬This is a nightly-only experimental API. (stdsimd #48556)
§6: u16
🔬This is a nightly-only experimental API. (stdsimd #48556)
§7: u16
🔬This is a nightly-only experimental API. (stdsimd #48556)
§8: u16
🔬This is a nightly-only experimental API. (stdsimd #48556)
§9: u16
🔬This is a nightly-only experimental API. (stdsimd #48556)
§10: u16
🔬This is a nightly-only experimental API. (stdsimd #48556)
§11: u16
🔬This is a nightly-only experimental API. (stdsimd #48556)
§12: u16
🔬This is a nightly-only experimental API. (stdsimd #48556)
§13: u16
🔬This is a nightly-only experimental API. (stdsimd #48556)
§14: u16
🔬This is a nightly-only experimental API. (stdsimd #48556)
§15: u16
🔬This is a nightly-only experimental API. (stdsimd #48556)
§16: u16
🔬This is a nightly-only experimental API. (stdsimd #48556)
§17: u16
🔬This is a nightly-only experimental API. (stdsimd #48556)
§18: u16
🔬This is a nightly-only experimental API. (stdsimd #48556)
§19: u16
🔬This is a nightly-only experimental API. (stdsimd #48556)
§20: u16
🔬This is a nightly-only experimental API. (stdsimd #48556)
§21: u16
🔬This is a nightly-only experimental API. (stdsimd #48556)
§22: u16
🔬This is a nightly-only experimental API. (stdsimd #48556)
§23: u16
🔬This is a nightly-only experimental API. (stdsimd #48556)
§24: u16
🔬This is a nightly-only experimental API. (stdsimd #48556)
§25: u16
🔬This is a nightly-only experimental API. (stdsimd #48556)
§26: u16
🔬This is a nightly-only experimental API. (stdsimd #48556)
§27: u16
🔬This is a nightly-only experimental API. (stdsimd #48556)
§28: u16
🔬This is a nightly-only experimental API. (stdsimd #48556)
§29: u16
🔬This is a nightly-only experimental API. (stdsimd #48556)
§30: u16
🔬This is a nightly-only experimental API. (stdsimd #48556)
§31: u16
🔬This is a nightly-only experimental API. (stdsimd #48556)

Implementations§

source§

impl u16x32

source

pub(crate) const fn new( x0: u16, x1: u16, x2: u16, x3: u16, x4: u16, x5: u16, x6: u16, x7: u16, x8: u16, x9: u16, x10: u16, x11: u16, x12: u16, x13: u16, x14: u16, x15: u16, x16: u16, x17: u16, x18: u16, x19: u16, x20: u16, x21: u16, x22: u16, x23: u16, x24: u16, x25: u16, x26: u16, x27: u16, x28: u16, x29: u16, x30: u16, x31: u16 ) -> Self

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

pub(crate) const fn splat(value: u16) -> Self

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

pub(crate) fn extract(self, index: usize) -> u16

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

Trait Implementations§

source§

impl Clone for u16x32

source§

fn clone(&self) -> u16x32

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for u16x32

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl PartialEq<u16x32> for u16x32

source§

fn eq(&self, other: &u16x32) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl Copy for u16x32

source§

impl StructuralPartialEq for u16x32

Auto Trait Implementations§

§

impl Freeze for u16x32

§

impl RefUnwindSafe for u16x32

§

impl Send for u16x32

§

impl Sync for u16x32

§

impl Unpin for u16x32

§

impl UnwindSafe for u16x32

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for Twhere U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T> SizedTypeProperties for T

source§

const IS_ZST: bool = _

🔬This is a nightly-only experimental API. (sized_type_properties)
true if this type requires no storage. false if its size is greater than zero. Read more
source§

impl<T> SpecOptionPartialEq for Twhere T: PartialEq<T>,

source§

default fn eq(l: &Option<T>, r: &Option<T>) -> bool

🔬This is a nightly-only experimental API. (spec_option_partial_eq)
source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<T> Printable for Twhere T: Copy + Debug,