#[repr(C, packed(1))]pub struct btrfs_key {
pub objectid: __u64,
pub type_: __u8,
pub offset: __u64,
}
Fields§
§objectid: __u64
§type_: __u8
§offset: __u64
Trait Implementations§
Auto Trait Implementations§
impl Freeze for btrfs_key
impl RefUnwindSafe for btrfs_key
impl Send for btrfs_key
impl Sync for btrfs_key
impl Unpin for btrfs_key
impl UnwindSafe for btrfs_key
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