pub struct RaidStripeEntry {
pub devid: u64,
pub physical: u64,
}Expand description
A single device stripe within a RAID stripe item.
Fields§
§devid: u64Device ID for this stripe.
physical: u64Physical byte offset on the device.
Trait Implementations§
Source§impl Clone for RaidStripeEntry
impl Clone for RaidStripeEntry
Source§fn clone(&self) -> RaidStripeEntry
fn clone(&self) -> RaidStripeEntry
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for RaidStripeEntry
impl RefUnwindSafe for RaidStripeEntry
impl Send for RaidStripeEntry
impl Sync for RaidStripeEntry
impl Unpin for RaidStripeEntry
impl UnsafeUnpin for RaidStripeEntry
impl UnwindSafe for RaidStripeEntry
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