#[repr(C, packed(1))]pub struct btrfs_disk_key {
pub objectid: __le64,
pub type_: __u8,
pub offset: __le64,
}
Fields§
§objectid: __le64
§type_: __u8
§offset: __le64
Trait Implementations§
Source§impl Clone for btrfs_disk_key
impl Clone for btrfs_disk_key
Source§fn clone(&self) -> btrfs_disk_key
fn clone(&self) -> btrfs_disk_key
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for btrfs_disk_key
impl Debug for btrfs_disk_key
impl Copy for btrfs_disk_key
Auto Trait Implementations§
impl Freeze for btrfs_disk_key
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§
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