#[repr(C, packed(1))]pub struct btrfs_dev_extent {
pub chunk_tree: __le64,
pub chunk_objectid: __le64,
pub chunk_offset: __le64,
pub length: __le64,
pub chunk_tree_uuid: [__u8; 16],
}
Fields§
§chunk_tree: __le64
§chunk_objectid: __le64
§chunk_offset: __le64
§length: __le64
§chunk_tree_uuid: [__u8; 16]
Trait Implementations§
Source§impl Clone for btrfs_dev_extent
impl Clone for btrfs_dev_extent
Source§fn clone(&self) -> btrfs_dev_extent
fn clone(&self) -> btrfs_dev_extent
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_dev_extent
impl Debug for btrfs_dev_extent
impl Copy for btrfs_dev_extent
Auto Trait Implementations§
impl Freeze for btrfs_dev_extent
impl RefUnwindSafe for btrfs_dev_extent
impl Send for btrfs_dev_extent
impl Sync for btrfs_dev_extent
impl Unpin for btrfs_dev_extent
impl UnwindSafe for btrfs_dev_extent
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