#[repr(transparent)]pub struct Block_type(pub [u8; 512]);
Tuple Fields§
§0: [u8; 512]
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Block_type
impl RefUnwindSafe for Block_type
impl Send for Block_type
impl Sync for Block_type
impl Unpin for Block_type
impl UnwindSafe for Block_type
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