Struct qapi_qmp::SHUTDOWN [−][src]
pub struct SHUTDOWN {
pub guest: bool,
}Fields
guest: bool
Trait Implementations
impl Debug for SHUTDOWN[src]
impl Debug for SHUTDOWNfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for SHUTDOWN[src]
impl Clone for SHUTDOWNfn clone(&self) -> SHUTDOWN[src]
fn clone(&self) -> SHUTDOWNReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Event for SHUTDOWN[src]
impl Event for SHUTDOWN