pub struct u128x1_generic(/* private fields */);
Trait Implementations§
Source§impl Add for u128x1_generic
impl Add for u128x1_generic
Source§impl AddAssign for u128x1_generic
impl AddAssign for u128x1_generic
Source§fn add_assign(&mut self, rhs: Self)
fn add_assign(&mut self, rhs: Self)
Performs the
+=
operation. Read moreSource§impl AndNot for u128x1_generic
impl AndNot for u128x1_generic
Source§impl BitAnd for u128x1_generic
impl BitAnd for u128x1_generic
Source§impl BitAndAssign for u128x1_generic
impl BitAndAssign for u128x1_generic
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moreSource§impl BitOr for u128x1_generic
impl BitOr for u128x1_generic
Source§impl BitOrAssign for u128x1_generic
impl BitOrAssign for u128x1_generic
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moreSource§impl BitXor for u128x1_generic
impl BitXor for u128x1_generic
Source§impl BitXorAssign for u128x1_generic
impl BitXorAssign for u128x1_generic
Source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^=
operation. Read moreSource§impl Clone for u128x1_generic
impl Clone for u128x1_generic
Source§fn clone(&self) -> u128x1_generic
fn clone(&self) -> u128x1_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 u128x1_generic
impl Debug for u128x1_generic
Source§impl From<u128x1_generic> for vec128_storage
impl From<u128x1_generic> for vec128_storage
Source§fn from(o: u128x1_generic) -> Self
fn from(o: u128x1_generic) -> Self
Converts to this type from the input type.
Source§impl Not for u128x1_generic
impl Not for u128x1_generic
Source§impl PartialEq for u128x1_generic
impl PartialEq for u128x1_generic
Source§impl RotateEachWord32 for u128x1_generic
impl RotateEachWord32 for u128x1_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 u128x1_generic
impl RotateEachWord64 for u128x1_generic
fn rotate_each_word_right32(self) -> Self
Source§impl Store<vec128_storage> for u128x1_generic
impl Store<vec128_storage> for u128x1_generic
Source§unsafe fn unpack(s: vec128_storage) -> Self
unsafe fn unpack(s: vec128_storage) -> Self
Safety Read more
Source§impl Swap64 for u128x1_generic
impl Swap64 for u128x1_generic
impl ArithOps for u128x1_generic
impl BitOps0 for u128x1_generic
impl BitOps128 for u128x1_generic
impl BitOps32 for u128x1_generic
impl BitOps64 for u128x1_generic
impl Copy for u128x1_generic
impl RotateEachWord128 for u128x1_generic
impl StructuralPartialEq for u128x1_generic
impl u128x1<GenericMachine> for u128x1_generic
Auto Trait Implementations§
impl Freeze for u128x1_generic
impl RefUnwindSafe for u128x1_generic
impl Send for u128x1_generic
impl Sync for u128x1_generic
impl Unpin for u128x1_generic
impl UnwindSafe for u128x1_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