#[repr(C)]pub(crate) struct u64x4(pub(crate) u64, pub(crate) u64, pub(crate) u64, pub(crate) u64);Tuple Fields§
§0: u64§1: u64§2: u64§3: u64Implementations§
Source§impl u64x4
impl u64x4
pub(crate) fn new(e0: u64, e1: u64, e2: u64, e3: u64) -> Self
pub(crate) fn gather( src: &[u64], i0: usize, i1: usize, i2: usize, i3: usize, ) -> Self
pub(crate) fn from_le(self) -> Self
pub(crate) fn to_le(self) -> Self
pub(crate) fn wrapping_add(self, rhs: Self) -> Self
pub(crate) fn rotate_right_const(self, n: u32) -> Self
pub(crate) fn shuffle_left_1(self) -> Self
pub(crate) fn shuffle_left_2(self) -> Self
pub(crate) fn shuffle_left_3(self) -> Self
pub(crate) fn shuffle_right_1(self) -> Self
pub(crate) fn shuffle_right_2(self) -> Self
pub(crate) fn shuffle_right_3(self) -> Self
pub(crate) fn as_bytes(&self) -> &[u8] ⓘ
Trait Implementations§
impl Copy for u64x4
Auto Trait Implementations§
impl Freeze for u64x4
impl RefUnwindSafe for u64x4
impl Send for u64x4
impl Sync for u64x4
impl Unpin for u64x4
impl UnsafeUnpin for u64x4
impl UnwindSafe for u64x4
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