Struct below_btrfs::btrfs_api::open_source::btrfs_sys::btrfs_dev_extent
source · [−]#[repr(C, packed)]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
sourceimpl Clone for btrfs_dev_extent
impl Clone for btrfs_dev_extent
sourcefn clone(&self) -> btrfs_dev_extent
fn clone(&self) -> btrfs_dev_extent
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for btrfs_dev_extent
impl Debug for btrfs_dev_extent
impl Copy for btrfs_dev_extent
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more