pub struct Stripe {
pub devid: u64,
pub offset: u64,
pub dev_uuid: Uuid,
}Expand description
A single stripe in a chunk mapping.
Fields§
§devid: u64§offset: u64§dev_uuid: UuidTrait 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