Struct devicemapper::ThinDevWorkingStatus[][src]

pub struct ThinDevWorkingStatus {
    pub nr_mapped_sectors: Sectors,
    pub highest_mapped_sector: Option<Sectors>,
}

Status values for a thin device that is working

Fields

The number of mapped sectors

The highest mapped sector if any.

Methods

impl ThinDevWorkingStatus
[src]

Make a new ThinDevWorkingStatus struct

Trait Implementations

impl Clone for ThinDevWorkingStatus
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ThinDevWorkingStatus
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations