#[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: m32
Trait Implementations§
source§impl PartialEq for m32x4
impl PartialEq for m32x4
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