pub struct Superblock {
pub magic: u64,
pub block_size: u32,
pub block_count: u64,
}
Fields§
§magic: u64
§block_size: u32
§block_count: u64
Trait Implementations§
source§impl<'a, R: 'a + IO> ApplyLayout<'a, R> for Superblock
impl<'a, R: 'a + IO> ApplyLayout<'a, R> for Superblock
source§impl Clone for Superblock
impl Clone for Superblock
source§fn clone(&self) -> Superblock
fn clone(&self) -> Superblock
Returns a copy 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 Superblock
impl Debug for Superblock
source§impl Decode for Superblock
impl Decode for Superblock
source§impl Encode for Superblock
impl Encode for Superblock
Auto Trait Implementations§
impl Freeze for Superblock
impl ObjSafe for Superblock
impl RefUnwindSafe for Superblock
impl Send for Superblock
impl Sync for Superblock
impl Unpin for Superblock
impl UnwindSafe for Superblock
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§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)