Expand description
Multi-Data correspondence of the native type
Tuple Fields
0: [u32; 16]
Trait Implementations
sourceimpl AddAssign<u32x16> for u32x16
impl AddAssign<u32x16> for u32x16
sourcefn add_assign(&mut self, rhs: Self)
fn add_assign(&mut self, rhs: Self)
Performs the +=
operation. Read more
sourceimpl NativeSimd for u32x16
impl NativeSimd for u32x16
type Native = u32
type Native = u32
The NativeType
of this struct. E.g. f32
for a NativeSimd = f32x16
.
sourceimpl SimdOrd<u32> for u32x16
impl SimdOrd<u32> for u32x16
sourcefn max_element(self) -> u32
fn max_element(self) -> u32
reduce itself to the minimum
sourcefn min_element(self) -> u32
fn min_element(self) -> u32
reduce itself to the maximum
impl Copy for u32x16
Auto Trait Implementations
impl RefUnwindSafe for u32x16
impl Send for u32x16
impl Sync for u32x16
impl Unpin for u32x16
impl UnwindSafe for u32x16
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more