Struct ppv_lite86::generic::u64x2_generic
source · pub struct u64x2_generic(_);
Trait Implementations§
source§impl Add<u64x2_generic> for u64x2_generic
impl Add<u64x2_generic> for u64x2_generic
source§impl AddAssign<u64x2_generic> for u64x2_generic
impl AddAssign<u64x2_generic> 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<u64x2_generic> for u64x2_generic
impl BitAnd<u64x2_generic> for u64x2_generic
source§impl BitAndAssign<u64x2_generic> for u64x2_generic
impl BitAndAssign<u64x2_generic> 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<u64x2_generic> for u64x2_generic
impl BitOr<u64x2_generic> for u64x2_generic
source§impl BitOrAssign<u64x2_generic> for u64x2_generic
impl BitOrAssign<u64x2_generic> 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<u64x2_generic> for u64x2_generic
impl BitXor<u64x2_generic> for u64x2_generic
source§impl BitXorAssign<u64x2_generic> for u64x2_generic
impl BitXorAssign<u64x2_generic> 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<u64x2_generic> for u64x2_generic
impl PartialEq<u64x2_generic> for u64x2_generic
source§fn eq(&self, other: &u64x2_generic) -> bool
fn eq(&self, other: &u64x2_generic) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.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 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