pub struct Stripe {
pub devid: u64,
pub offset: u64,
pub dev_uuid: Uuid,
}Expand description
A single stripe in a chunk mapping, identifying a physical location on a device.
Fields§
§devid: u64Device ID where this stripe resides.
offset: u64Physical byte offset on the device.
dev_uuid: UuidUUID of the device.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Stripe
impl RefUnwindSafe for Stripe
impl Send for Stripe
impl Sync for Stripe
impl Unpin for Stripe
impl UnsafeUnpin for Stripe
impl UnwindSafe for 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