Struct devicemapper::ThinDevWorkingStatus
source · pub struct ThinDevWorkingStatus {
pub nr_mapped_sectors: Sectors,
pub highest_mapped_sector: Option<Sectors>,
}Expand description
Status values for a thin device that is working
Fields§
§nr_mapped_sectors: SectorsThe number of mapped sectors
highest_mapped_sector: Option<Sectors>The highest mapped sector if any.
Implementations§
Trait Implementations§
source§impl Clone for ThinDevWorkingStatus
impl Clone for ThinDevWorkingStatus
source§fn clone(&self) -> ThinDevWorkingStatus
fn clone(&self) -> ThinDevWorkingStatus
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 moreAuto Trait Implementations§
impl Freeze for ThinDevWorkingStatus
impl RefUnwindSafe for ThinDevWorkingStatus
impl Send for ThinDevWorkingStatus
impl Sync for ThinDevWorkingStatus
impl Unpin for ThinDevWorkingStatus
impl UnwindSafe for ThinDevWorkingStatus
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