Enum qapi_qga::GuestShutdownMode[][src]

pub enum GuestShutdownMode {
    Halt,
    Powerdown,
    Reboot,
}

Variants

Trait Implementations

impl Copy for GuestShutdownMode
[src]

impl Clone for GuestShutdownMode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GuestShutdownMode
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for GuestShutdownMode

impl Sync for GuestShutdownMode