#[repr(C, packed(1))]pub struct btrfs_file_extent_item {
pub generation: __le64,
pub ram_bytes: __le64,
pub compression: __u8,
pub encryption: __u8,
pub other_encoding: __le16,
pub type_: __u8,
pub disk_bytenr: __le64,
pub disk_num_bytes: __le64,
pub offset: __le64,
pub num_bytes: __le64,
}
Fields§
§generation: __le64
§ram_bytes: __le64
§compression: __u8
§encryption: __u8
§other_encoding: __le16
§type_: __u8
§disk_bytenr: __le64
§disk_num_bytes: __le64
§offset: __le64
§num_bytes: __le64
Trait Implementations§
Source§impl Clone for btrfs_file_extent_item
impl Clone for btrfs_file_extent_item
Source§fn clone(&self) -> btrfs_file_extent_item
fn clone(&self) -> btrfs_file_extent_item
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_file_extent_item
impl Debug for btrfs_file_extent_item
impl Copy for btrfs_file_extent_item
Auto Trait Implementations§
impl Freeze for btrfs_file_extent_item
impl RefUnwindSafe for btrfs_file_extent_item
impl Send for btrfs_file_extent_item
impl Sync for btrfs_file_extent_item
impl Unpin for btrfs_file_extent_item
impl UnwindSafe for btrfs_file_extent_item
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