pub struct u64x2_generic(/* private fields */);
Trait Implementations§
Source§impl Add for u64x2_generic
impl Add for u64x2_generic
Source§impl AddAssign for u64x2_generic
impl AddAssign for u64x2_generic
Source§fn add_assign(&mut self, rhs: Self)
fn add_assign(&mut self, rhs: Self)
Performs the
+=
operation. Read moreSource§impl AndNot for u64x2_generic
impl AndNot for u64x2_generic
Source§impl BitAnd for u64x2_generic
impl BitAnd for u64x2_generic
Source§impl BitAndAssign for u64x2_generic
impl BitAndAssign for u64x2_generic
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moreSource§impl BitOr for u64x2_generic
impl BitOr for u64x2_generic
Source§impl BitOrAssign for u64x2_generic
impl BitOrAssign for u64x2_generic
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moreSource§impl BitXor for u64x2_generic
impl BitXor for u64x2_generic
Source§impl BitXorAssign for u64x2_generic
impl BitXorAssign for u64x2_generic
Source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^=
operation. Read moreSource§impl Clone for u64x2_generic
impl Clone for u64x2_generic
Source§fn clone(&self) -> u64x2_generic
fn clone(&self) -> u64x2_generic
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for u64x2_generic
impl Debug for u64x2_generic
Source§impl From<u64x2_generic> for vec128_storage
impl From<u64x2_generic> for vec128_storage
Source§fn from(q: u64x2_generic) -> Self
fn from(q: u64x2_generic) -> Self
Converts to this type from the input type.
Source§impl Not for u64x2_generic
impl Not for u64x2_generic
Source§impl PartialEq for u64x2_generic
impl PartialEq for u64x2_generic
Source§impl RotateEachWord32 for u64x2_generic
impl RotateEachWord32 for u64x2_generic
fn rotate_each_word_right7(self) -> Self
fn rotate_each_word_right8(self) -> Self
fn rotate_each_word_right11(self) -> Self
fn rotate_each_word_right12(self) -> Self
fn rotate_each_word_right16(self) -> Self
fn rotate_each_word_right20(self) -> Self
fn rotate_each_word_right24(self) -> Self
fn rotate_each_word_right25(self) -> Self
Source§impl RotateEachWord64 for u64x2_generic
impl RotateEachWord64 for u64x2_generic
fn rotate_each_word_right32(self) -> Self
Source§impl Store<vec128_storage> for u64x2_generic
impl Store<vec128_storage> for u64x2_generic
Source§unsafe fn unpack(s: vec128_storage) -> Self
unsafe fn unpack(s: vec128_storage) -> Self
Safety Read more
Source§impl StoreBytes for u64x2_generic
impl StoreBytes for u64x2_generic
Source§impl Swap64 for u64x2_generic
impl Swap64 for u64x2_generic
Source§impl Vec2<u64> for u64x2_generic
impl Vec2<u64> for u64x2_generic
impl ArithOps for u64x2_generic
impl BitOps0 for u64x2_generic
impl BitOps32 for u64x2_generic
impl BitOps64 for u64x2_generic
impl Copy for u64x2_generic
impl StructuralPartialEq for u64x2_generic
impl u64x2<GenericMachine> for u64x2_generic
Auto Trait Implementations§
impl Freeze for u64x2_generic
impl RefUnwindSafe for u64x2_generic
impl Send for u64x2_generic
impl Sync for u64x2_generic
impl Unpin for u64x2_generic
impl UnwindSafe for u64x2_generic
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