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