Struct ppv_lite86::generic::u128x1_generic
source · 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§fn eq(&self, other: &u128x1_generic) -> bool
fn eq(&self, other: &u128x1_generic) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.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 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