#[repr(C, packed(1))]pub struct btrfs_raid_stride {
pub devid: __le64,
pub physical: __le64,
}
Fields§
§devid: __le64
§physical: __le64
Trait Implementations§
Source§impl Clone for btrfs_raid_stride
impl Clone for btrfs_raid_stride
Source§fn clone(&self) -> btrfs_raid_stride
fn clone(&self) -> btrfs_raid_stride
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_raid_stride
impl Debug for btrfs_raid_stride
impl Copy for btrfs_raid_stride
Auto Trait Implementations§
impl Freeze for btrfs_raid_stride
impl RefUnwindSafe for btrfs_raid_stride
impl Send for btrfs_raid_stride
impl Sync for btrfs_raid_stride
impl Unpin for btrfs_raid_stride
impl UnwindSafe for btrfs_raid_stride
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