Struct below_btrfs::btrfs_api::open_source::btrfs_sys::btrfs_key
source · #[repr(C, packed)]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 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