Struct btrfs_inode_extref

Source
#[repr(C, packed(1))]
pub struct btrfs_inode_extref { pub parent_objectid: c_ulonglong, pub index: c_ulonglong, pub name_len: c_ushort, pub name: [c_uchar], }

Fields§

§parent_objectid: c_ulonglong§index: c_ulonglong§name_len: c_ushort§name: [c_uchar]

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more