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