#[repr(C, align(16))]pub struct PackedBlock64(pub [Block64; 2]);Tuple Fields§
§0: [Block64; 2]Implementations§
Source§impl PackedBlock64
impl PackedBlock64
Trait Implementations§
Source§impl Add for PackedBlock64
impl Add for PackedBlock64
Source§impl AddAssign for PackedBlock64
impl AddAssign for PackedBlock64
Source§fn add_assign(&mut self, rhs: Self)
fn add_assign(&mut self, rhs: Self)
Performs the
+= operation. Read moreSource§impl Clone for PackedBlock64
impl Clone for PackedBlock64
Source§fn clone(&self) -> PackedBlock64
fn clone(&self) -> PackedBlock64
Returns a duplicate 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 PackedBlock64
impl Debug for PackedBlock64
Source§impl Default for PackedBlock64
impl Default for PackedBlock64
Source§fn default() -> PackedBlock64
fn default() -> PackedBlock64
Returns the “default value” for a type. Read more
Source§impl Mul<Block64> for PackedBlock64
impl Mul<Block64> for PackedBlock64
Source§impl Mul for PackedBlock64
impl Mul for PackedBlock64
Source§impl MulAssign for PackedBlock64
impl MulAssign for PackedBlock64
Source§fn mul_assign(&mut self, rhs: Self)
fn mul_assign(&mut self, rhs: Self)
Performs the
*= operation. Read moreSource§impl PartialEq for PackedBlock64
impl PartialEq for PackedBlock64
Source§impl Sub for PackedBlock64
impl Sub for PackedBlock64
Source§impl SubAssign for PackedBlock64
impl SubAssign for PackedBlock64
Source§fn sub_assign(&mut self, rhs: Self)
fn sub_assign(&mut self, rhs: Self)
Performs the
-= operation. Read moreimpl Copy for PackedBlock64
impl Eq for PackedBlock64
impl StructuralPartialEq for PackedBlock64
Auto Trait Implementations§
impl Freeze for PackedBlock64
impl RefUnwindSafe for PackedBlock64
impl Send for PackedBlock64
impl Sync for PackedBlock64
impl Unpin for PackedBlock64
impl UnsafeUnpin for PackedBlock64
impl UnwindSafe for PackedBlock64
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more