#[repr(C, packed(1))]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§
Source§impl Clone for btrfs_stripe
impl Clone for btrfs_stripe
Source§fn clone(&self) -> btrfs_stripe
fn clone(&self) -> btrfs_stripe
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_stripe
impl Debug for btrfs_stripe
impl Copy for btrfs_stripe
Auto Trait Implementations§
impl Freeze for btrfs_stripe
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§
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