#[repr(C)]pub struct m64x4(pub m64, pub m64, pub m64, pub m64);
Expand description
A 256-bit SIMD vector with 4 elements of type m64
.
Tuple Fields§
§0: m64
§1: m64
§2: m64
§3: m64
Trait Implementations§
source§impl PartialEq for m64x4
impl PartialEq for m64x4
impl Copy for m64x4
impl Eq for m64x4
impl NoUninit for m64x4
impl StructuralPartialEq for m64x4
Auto Trait Implementations§
impl Freeze for m64x4
impl RefUnwindSafe for m64x4
impl Send for m64x4
impl Sync for m64x4
impl Unpin for m64x4
impl UnwindSafe for m64x4
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