#[repr(C, packed(1))]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 Freeze for btrfs_inode_extref
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