Struct qapi_qmp::RESET [−][src]
pub struct RESET {
pub guest: bool,
}Fields
guest: bool
Trait Implementations
impl Debug for RESET[src]
impl Debug for RESETfn 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 RESET[src]
impl Clone for RESETfn clone(&self) -> RESET[src]
fn clone(&self) -> RESETReturns 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 RESET[src]
impl Event for RESET