Enum hdd_standby::PowerState [] [src]

pub enum PowerState {
    Standby,
    Idle,
    Active,
    Unknown,
}

The power state of an ata device

Variants

The hdd is in the standby state (PM2, usually spun down)

The hdd is in the idle state (PM1)

The hdd is in the active or idle state (PM0 or PM1)

The state of the hdd is unknown (invalid ATA response)

Trait Implementations

impl Debug for PowerState
[src]

Formats the value using the given formatter.