#[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§
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
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
)