#[repr(C, packed(1))]pub struct btrfs_root_item {Show 25 fields
pub inode: btrfs_inode_item,
pub generation: __le64,
pub root_dirid: __le64,
pub bytenr: __le64,
pub byte_limit: __le64,
pub bytes_used: __le64,
pub last_snapshot: __le64,
pub flags: __le64,
pub refs: __le32,
pub drop_progress: btrfs_disk_key,
pub drop_level: __u8,
pub level: __u8,
pub generation_v2: __le64,
pub uuid: [__u8; 16],
pub parent_uuid: [__u8; 16],
pub received_uuid: [__u8; 16],
pub ctransid: __le64,
pub otransid: __le64,
pub stransid: __le64,
pub rtransid: __le64,
pub ctime: btrfs_timespec,
pub otime: btrfs_timespec,
pub stime: btrfs_timespec,
pub rtime: btrfs_timespec,
pub reserved: [__le64; 8],
}
Fields§
§inode: btrfs_inode_item
§generation: __le64
§root_dirid: __le64
§bytenr: __le64
§byte_limit: __le64
§bytes_used: __le64
§last_snapshot: __le64
§flags: __le64
§refs: __le32
§drop_progress: btrfs_disk_key
§drop_level: __u8
§level: __u8
§generation_v2: __le64
§uuid: [__u8; 16]
§parent_uuid: [__u8; 16]
§received_uuid: [__u8; 16]
§ctransid: __le64
§otransid: __le64
§stransid: __le64
§rtransid: __le64
§ctime: btrfs_timespec
§otime: btrfs_timespec
§stime: btrfs_timespec
§rtime: btrfs_timespec
§reserved: [__le64; 8]
Trait Implementations§
Source§impl Clone for btrfs_root_item
impl Clone for btrfs_root_item
Source§fn clone(&self) -> btrfs_root_item
fn clone(&self) -> btrfs_root_item
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 btrfs_root_item
impl Debug for btrfs_root_item
impl Copy for btrfs_root_item
Auto Trait Implementations§
impl Freeze for btrfs_root_item
impl RefUnwindSafe for btrfs_root_item
impl Send for btrfs_root_item
impl Sync for btrfs_root_item
impl Unpin for btrfs_root_item
impl UnwindSafe for btrfs_root_item
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