#[repr(C)]pub struct m32x4(pub m32, pub m32, pub m32, pub m32);Expand description
A 128-bit SIMD vector with 4 elements of type m32.
Tuple Fields§
§0: m32§1: m32§2: m32§3: m32Trait Implementations§
impl Copy for m32x4
impl Eq for m32x4
impl NoUninit for m32x4
impl StructuralPartialEq for m32x4
Auto Trait Implementations§
impl Freeze for m32x4
impl RefUnwindSafe for m32x4
impl Send for m32x4
impl Sync for m32x4
impl Unpin for m32x4
impl UnwindSafe for m32x4
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)