#[repr(C, packed(1))]pub struct btrfs_extent_data_ref {
pub root: c_ulonglong,
pub objectid: c_ulonglong,
pub offset: c_ulonglong,
pub count: c_uint,
}
Fields§
§root: c_ulonglong
§objectid: c_ulonglong
§offset: c_ulonglong
§count: c_uint
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