#[repr(C, packed)]
pub struct RootBackup {
Show 23 fields pub tree_root: U64<LE>, pub tree_root_gen: U64<LE>, pub chunk_root: U64<LE>, pub chunk_root_gen: U64<LE>, pub extent_root: U64<LE>, pub extent_root_gen: U64<LE>, pub fs_root: U64<LE>, pub fs_root_gen: U64<LE>, pub dev_root: U64<LE>, pub dev_root_gen: U64<LE>, pub csum_root: U64<LE>, pub csum_root_gen: U64<LE>, pub total_bytes: U64<LE>, pub bytes_used: U64<LE>, pub num_devices: U64<LE>, pub _unused_u64s: [U64<LE>; 4], pub tree_root_level: u8, pub chunk_root_level: u8, pub extent_root_level: u8, pub fs_root_level: u8, pub dev_root_level: u8, pub csum_root_level: u8, pub _unused_u8s: [u8; 10],
}

Fields

tree_root: U64<LE>tree_root_gen: U64<LE>chunk_root: U64<LE>chunk_root_gen: U64<LE>extent_root: U64<LE>extent_root_gen: U64<LE>fs_root: U64<LE>fs_root_gen: U64<LE>dev_root: U64<LE>dev_root_gen: U64<LE>csum_root: U64<LE>csum_root_gen: U64<LE>total_bytes: U64<LE>bytes_used: U64<LE>num_devices: U64<LE>_unused_u64s: [U64<LE>; 4]

Reserved for future use.

tree_root_level: u8chunk_root_level: u8extent_root_level: u8fs_root_level: u8dev_root_level: u8csum_root_level: u8_unused_u8s: [u8; 10]

Reserved for future use.

Trait Implementations

Get the bytes of this value. Read more
Get the bytes of this value mutably. Read more
Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.