pub(crate) struct Blocks {
pub(crate) len: u32,
pub(crate) block: [u8; 64],
}
Fields§
§len: u32
§block: [u8; 64]
Implementations§
Trait Implementations§
Source§impl Ord for Blocks
impl Ord for Blocks
Source§impl PartialOrd for Blocks
impl PartialOrd for Blocks
impl Eq for Blocks
Auto Trait Implementations§
impl Freeze for Blocks
impl RefUnwindSafe for Blocks
impl Send for Blocks
impl Sync for Blocks
impl Unpin for Blocks
impl UnwindSafe for Blocks
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