#[repr(align(64))]pub struct Block(_);
Expand description
Structure for the (1 KiB) memory block implemented as 128 64-bit words.
Implementations§
Trait Implementations§
§impl BitXorAssign<&Block> for Block
impl BitXorAssign<&Block> for Block
§fn bitxor_assign(&mut self, rhs: &Block)
fn bitxor_assign(&mut self, rhs: &Block)
Performs the
^=
operation. Read moreimpl Copy for Block
Auto Trait Implementations§
impl RefUnwindSafe for Block
impl Send for Block
impl Sync for Block
impl Unpin for Block
impl UnwindSafe for Block
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere T: 'a,
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