Struct below_btrfs::btrfs_api::open_source::btrfs_sys::btrfs_disk_key
source · [−]#[repr(C, packed)]pub struct btrfs_disk_key {
pub objectid: __le64,
pub type_: __u8,
pub offset: __le64,
}
Fields
objectid: __le64
type_: __u8
offset: __le64
Trait Implementations
sourceimpl Clone for btrfs_disk_key
impl Clone for btrfs_disk_key
sourcefn clone(&self) -> btrfs_disk_key
fn clone(&self) -> btrfs_disk_key
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for btrfs_disk_key
impl Debug for btrfs_disk_key
impl Copy for btrfs_disk_key
Auto Trait Implementations
impl RefUnwindSafe for btrfs_disk_key
impl Send for btrfs_disk_key
impl Sync for btrfs_disk_key
impl Unpin for btrfs_disk_key
impl UnwindSafe for btrfs_disk_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