Struct below_btrfs::btrfs_api::open_source::btrfs_sys::btrfs_key
source · [−]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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more