#[repr(C, align(16))]pub struct PackedBlock32(pub [Block32; 4]);Tuple Fields§
§0: [Block32; 4]Implementations§
Source§impl PackedBlock32
impl PackedBlock32
Trait Implementations§
Source§impl Add for PackedBlock32
impl Add for PackedBlock32
Source§impl AddAssign for PackedBlock32
impl AddAssign for PackedBlock32
Source§fn add_assign(&mut self, rhs: Self)
fn add_assign(&mut self, rhs: Self)
Performs the
+= operation. Read moreSource§impl Clone for PackedBlock32
impl Clone for PackedBlock32
Source§fn clone(&self) -> PackedBlock32
fn clone(&self) -> PackedBlock32
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 PackedBlock32
impl Debug for PackedBlock32
Source§impl Default for PackedBlock32
impl Default for PackedBlock32
Source§fn default() -> PackedBlock32
fn default() -> PackedBlock32
Returns the “default value” for a type. Read more
Source§impl Mul<Block32> for PackedBlock32
impl Mul<Block32> for PackedBlock32
Source§impl Mul for PackedBlock32
impl Mul for PackedBlock32
Source§impl MulAssign for PackedBlock32
impl MulAssign for PackedBlock32
Source§fn mul_assign(&mut self, rhs: Self)
fn mul_assign(&mut self, rhs: Self)
Performs the
*= operation. Read moreSource§impl PartialEq for PackedBlock32
impl PartialEq for PackedBlock32
Source§impl Sub for PackedBlock32
impl Sub for PackedBlock32
Source§impl SubAssign for PackedBlock32
impl SubAssign for PackedBlock32
Source§fn sub_assign(&mut self, rhs: Self)
fn sub_assign(&mut self, rhs: Self)
Performs the
-= operation. Read moreimpl Copy for PackedBlock32
impl Eq for PackedBlock32
impl StructuralPartialEq for PackedBlock32
Auto Trait Implementations§
impl Freeze for PackedBlock32
impl RefUnwindSafe for PackedBlock32
impl Send for PackedBlock32
impl Sync for PackedBlock32
impl Unpin for PackedBlock32
impl UnsafeUnpin for PackedBlock32
impl UnwindSafe for PackedBlock32
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