Struct below_btrfs::btrfs_api::open_source::btrfs_sys::btrfs_inode_extref
source · #[repr(C, packed)]pub struct btrfs_inode_extref {
pub parent_objectid: __le64,
pub index: __le64,
pub name_len: __le16,
pub name: __IncompleteArrayField<__u8>,
}
Fields§
§parent_objectid: __le64
§index: __le64
§name_len: __le16
§name: __IncompleteArrayField<__u8>
Auto Trait Implementations§
impl RefUnwindSafe for btrfs_inode_extref
impl Send for btrfs_inode_extref
impl Sync for btrfs_inode_extref
impl Unpin for btrfs_inode_extref
impl UnwindSafe for btrfs_inode_extref
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