[−][src]Struct btrfs_diskformat::RootBackup
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
impl AsBytes for RootBackup[src]
pub fn only_derive_is_allowed_to_implement_this_trait() where
Self: Sized, [src]
Self: Sized,
pub fn as_bytes(&self) -> &[u8][src]
pub fn as_bytes_mut(&mut self) -> &mut [u8] where
Self: FromBytes, [src]
Self: FromBytes,
impl Clone for RootBackup[src]
pub fn clone(&self) -> RootBackup[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for RootBackup[src]
impl Debug for RootBackup[src]
impl FromBytes for RootBackup[src]
pub fn only_derive_is_allowed_to_implement_this_trait() where
Self: Sized, [src]
Self: Sized,
impl Unaligned for RootBackup[src]
pub fn only_derive_is_allowed_to_implement_this_trait() where
Self: Sized, [src]
Self: Sized,
Auto Trait Implementations
impl RefUnwindSafe for RootBackup[src]
impl Send for RootBackup[src]
impl Sync for RootBackup[src]
impl Unpin for RootBackup[src]
impl UnwindSafe for RootBackup[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,