Struct ppv_lite86::generic::u64x2_generic
source · 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 AsBytes for u64x2_genericwhere
[u64; 2]: AsBytes,
impl AsBytes for u64x2_genericwhere
[u64; 2]: AsBytes,
source§fn as_bytes_mut(&mut self) -> &mut [u8]where
Self: FromBytes,
fn as_bytes_mut(&mut self) -> &mut [u8]where
Self: FromBytes,
Gets the bytes of this value mutably. Read more
source§fn write_to_prefix(&self, bytes: &mut [u8]) -> Option<()>
fn write_to_prefix(&self, bytes: &mut [u8]) -> Option<()>
source§fn write_to_suffix(&self, bytes: &mut [u8]) -> Option<()>
fn write_to_suffix(&self, bytes: &mut [u8]) -> Option<()>
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§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 FromBytes for u64x2_genericwhere
[u64; 2]: FromBytes,
impl FromBytes for u64x2_genericwhere
[u64; 2]: FromBytes,
source§fn ref_from_prefix(bytes: &[u8]) -> Option<&Self>where
Self: Sized,
fn ref_from_prefix(bytes: &[u8]) -> Option<&Self>where
Self: Sized,
source§fn ref_from_suffix(bytes: &[u8]) -> Option<&Self>where
Self: Sized,
fn ref_from_suffix(bytes: &[u8]) -> Option<&Self>where
Self: Sized,
source§fn mut_from_prefix(bytes: &mut [u8]) -> Option<&mut Self>where
Self: Sized + AsBytes,
fn mut_from_prefix(bytes: &mut [u8]) -> Option<&mut Self>where
Self: Sized + AsBytes,
source§fn mut_from_suffix(bytes: &mut [u8]) -> Option<&mut Self>where
Self: Sized + AsBytes,
fn mut_from_suffix(bytes: &mut [u8]) -> Option<&mut Self>where
Self: Sized + AsBytes,
source§fn slice_from(bytes: &[u8]) -> Option<&[Self]>where
Self: Sized,
fn slice_from(bytes: &[u8]) -> Option<&[Self]>where
Self: Sized,
source§fn slice_from_prefix(bytes: &[u8], count: usize) -> Option<(&[Self], &[u8])>where
Self: Sized,
fn slice_from_prefix(bytes: &[u8], count: usize) -> Option<(&[Self], &[u8])>where
Self: Sized,
Interprets the prefix of the given
bytes
as a &[Self]
with length
equal to count
without copying. Read moresource§fn slice_from_suffix(bytes: &[u8], count: usize) -> Option<(&[u8], &[Self])>where
Self: Sized,
fn slice_from_suffix(bytes: &[u8], count: usize) -> Option<(&[u8], &[Self])>where
Self: Sized,
Interprets the suffix of the given
bytes
as a &[Self]
with length
equal to count
without copying. Read moresource§fn mut_slice_from(bytes: &mut [u8]) -> Option<&mut [Self]>where
Self: Sized + AsBytes,
fn mut_slice_from(bytes: &mut [u8]) -> Option<&mut [Self]>where
Self: Sized + AsBytes,
source§fn mut_slice_from_prefix(
bytes: &mut [u8],
count: usize,
) -> Option<(&mut [Self], &mut [u8])>where
Self: Sized + AsBytes,
fn mut_slice_from_prefix(
bytes: &mut [u8],
count: usize,
) -> Option<(&mut [Self], &mut [u8])>where
Self: Sized + AsBytes,
Interprets the prefix of the given
bytes
as a &mut [Self]
with length
equal to count
without copying. Read moresource§fn mut_slice_from_suffix(
bytes: &mut [u8],
count: usize,
) -> Option<(&mut [u8], &mut [Self])>where
Self: Sized + AsBytes,
fn mut_slice_from_suffix(
bytes: &mut [u8],
count: usize,
) -> Option<(&mut [u8], &mut [Self])>where
Self: Sized + AsBytes,
Interprets the suffix of the given
bytes
as a &mut [Self]
with length
equal to count
without copying. Read moresource§fn read_from_prefix(bytes: &[u8]) -> Option<Self>where
Self: Sized,
fn read_from_prefix(bytes: &[u8]) -> Option<Self>where
Self: Sized,
source§fn read_from_suffix(bytes: &[u8]) -> Option<Self>where
Self: Sized,
fn read_from_suffix(bytes: &[u8]) -> Option<Self>where
Self: Sized,
source§impl FromZeroes for u64x2_genericwhere
[u64; 2]: FromZeroes,
impl FromZeroes for u64x2_genericwhere
[u64; 2]: FromZeroes,
source§impl MultiLane<[u64; 2]> for u64x2_generic
impl MultiLane<[u64; 2]> for u64x2_generic
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§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)