#[repr(C, packed)]pub struct btrfs_extent_inline_ref {
pub type_: __u8,
pub offset: __le64,
}
Fields§
§type_: __u8
§offset: __le64
Trait Implementations§
source§impl Clone for btrfs_extent_inline_ref
impl Clone for btrfs_extent_inline_ref
source§fn clone(&self) -> btrfs_extent_inline_ref
fn clone(&self) -> btrfs_extent_inline_ref
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_extent_inline_ref
impl Debug for btrfs_extent_inline_ref
impl Copy for btrfs_extent_inline_ref
Auto Trait Implementations§
impl RefUnwindSafe for btrfs_extent_inline_ref
impl Send for btrfs_extent_inline_ref
impl Sync for btrfs_extent_inline_ref
impl Unpin for btrfs_extent_inline_ref
impl UnwindSafe for btrfs_extent_inline_ref
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