Struct qapi_qga::guest_shutdown[][src]

pub struct guest_shutdown {
    pub mode: Option<GuestShutdownMode>,
}

Fields

Trait Implementations

impl Debug for guest_shutdown
[src]

Formats the value using the given formatter. Read more

impl Clone for guest_shutdown
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Command for guest_shutdown
[src]

NAME: &'static str = "guest-shutdown"

Auto Trait Implementations

impl Send for guest_shutdown

impl Sync for guest_shutdown