Struct below_btrfs::btrfs_api::open_source::btrfs_sys::btrfs_stripe
source · [−]#[repr(C, packed)]pub struct btrfs_stripe {
pub devid: __le64,
pub offset: __le64,
pub dev_uuid: [__u8; 16],
}
Fields
devid: __le64
offset: __le64
dev_uuid: [__u8; 16]
Trait Implementations
sourceimpl Clone for btrfs_stripe
impl Clone for btrfs_stripe
sourcefn clone(&self) -> btrfs_stripe
fn clone(&self) -> btrfs_stripe
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_stripe
impl Debug for btrfs_stripe
impl Copy for btrfs_stripe
Auto Trait Implementations
impl RefUnwindSafe for btrfs_stripe
impl Send for btrfs_stripe
impl Sync for btrfs_stripe
impl Unpin for btrfs_stripe
impl UnwindSafe for btrfs_stripe
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