Struct qapi_qmp::SHUTDOWN[][src]

pub struct SHUTDOWN {
    pub guest: bool,
}

Fields

Trait Implementations

impl Debug for SHUTDOWN
[src]

Formats the value using the given formatter. Read more

impl Clone for SHUTDOWN
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Event for SHUTDOWN
[src]

NAME: &'static str = "SHUTDOWN"

Auto Trait Implementations

impl Send for SHUTDOWN

impl Sync for SHUTDOWN