#[repr(C, packed(1))]pub struct btrfs_key_ptr {
pub key: btrfs_disk_key,
pub blockptr: __le64,
pub generation: __le64,
}
Fields§
§key: btrfs_disk_key
§blockptr: __le64
§generation: __le64
Trait Implementations§
Source§impl Clone for btrfs_key_ptr
impl Clone for btrfs_key_ptr
Source§fn clone(&self) -> btrfs_key_ptr
fn clone(&self) -> btrfs_key_ptr
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_key_ptr
impl Debug for btrfs_key_ptr
impl Copy for btrfs_key_ptr
Auto Trait Implementations§
impl Freeze for btrfs_key_ptr
impl RefUnwindSafe for btrfs_key_ptr
impl Send for btrfs_key_ptr
impl Sync for btrfs_key_ptr
impl Unpin for btrfs_key_ptr
impl UnwindSafe for btrfs_key_ptr
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