Enum hdd_standby::PowerState [] [src]

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

The power state of an ata device

Variants

Standby

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

Idle

The hdd is in the idle state (PM1)

Active

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

Unknown

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

Trait Implementations

Derived Implementations

impl Debug for PowerState

fn fmt(&self, __arg_0: &mut Formatter) -> Result