#[repr(C, packed(1))]pub struct btrfs_leaf {
pub header: btrfs_header,
pub items: __IncompleteArrayField<btrfs_item>,
}
Fields§
§header: btrfs_header
§items: __IncompleteArrayField<btrfs_item>
Auto Trait Implementations§
impl Freeze for btrfs_leaf
impl RefUnwindSafe for btrfs_leaf
impl Send for btrfs_leaf
impl Sync for btrfs_leaf
impl Unpin for btrfs_leaf
impl UnwindSafe for btrfs_leaf
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