Enum libvirt_rpc::request::DomainState [] [src]

#[repr(u8)]
pub enum DomainState { NoState, Running, Blocked, Paused, Shutdown, Shutoff, Crashed, PmSuspended, }

Variants

no state

the domain is running

the domain is blocked on resource

the domain is paused by user

the domain is being shut down

the domain is shut off

the domain is crashed

the domain is suspended by guest power management

Trait Implementations

impl Debug for DomainState
[src]

[src]

Formats the value using the given formatter. Read more

impl From<u8> for DomainState
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for DomainState

impl Sync for DomainState