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