Enum devicemapper::ThinStatus [] [src]

pub enum ThinStatus {
    Good((Sectors, Sectors)),
    Fail,
}

Thin device status.

Variants

Thin device is good. Includes number of mapped sectors, and highest mapped sector.

Thin device is failed.

Trait Implementations

impl Debug for ThinStatus
[src]

Formats the value using the given formatter.

impl Clone for ThinStatus
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for ThinStatus
[src]