#[repr(C, packed(1))]pub struct btrfs_inode_item {Show 17 fields
pub generation: __le64,
pub transid: __le64,
pub size: __le64,
pub nbytes: __le64,
pub block_group: __le64,
pub nlink: __le32,
pub uid: __le32,
pub gid: __le32,
pub mode: __le32,
pub rdev: __le64,
pub flags: __le64,
pub sequence: __le64,
pub reserved: [__le64; 4],
pub atime: btrfs_timespec,
pub ctime: btrfs_timespec,
pub mtime: btrfs_timespec,
pub otime: btrfs_timespec,
}
Fields§
§generation: __le64
§transid: __le64
§size: __le64
§nbytes: __le64
§block_group: __le64
§nlink: __le32
§uid: __le32
§gid: __le32
§mode: __le32
§rdev: __le64
§flags: __le64
§sequence: __le64
§reserved: [__le64; 4]
§atime: btrfs_timespec
§ctime: btrfs_timespec
§mtime: btrfs_timespec
§otime: btrfs_timespec
Trait Implementations§
Source§impl Clone for btrfs_inode_item
impl Clone for btrfs_inode_item
Source§fn clone(&self) -> btrfs_inode_item
fn clone(&self) -> btrfs_inode_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_inode_item
impl Debug for btrfs_inode_item
impl Copy for btrfs_inode_item
Auto Trait Implementations§
impl Freeze for btrfs_inode_item
impl RefUnwindSafe for btrfs_inode_item
impl Send for btrfs_inode_item
impl Sync for btrfs_inode_item
impl Unpin for btrfs_inode_item
impl UnwindSafe for btrfs_inode_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