#[repr(C, packed(1))]pub struct btrfs_extent_data_ref {
pub root: __le64,
pub objectid: __le64,
pub offset: __le64,
pub count: __le32,
}
Fields§
§root: __le64
§objectid: __le64
§offset: __le64
§count: __le32
Trait Implementations§
Source§impl Clone for btrfs_extent_data_ref
impl Clone for btrfs_extent_data_ref
Source§fn clone(&self) -> btrfs_extent_data_ref
fn clone(&self) -> btrfs_extent_data_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_data_ref
impl Debug for btrfs_extent_data_ref
impl Copy for btrfs_extent_data_ref
Auto Trait Implementations§
impl Freeze for btrfs_extent_data_ref
impl RefUnwindSafe for btrfs_extent_data_ref
impl Send for btrfs_extent_data_ref
impl Sync for btrfs_extent_data_ref
impl Unpin for btrfs_extent_data_ref
impl UnwindSafe for btrfs_extent_data_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