Struct qapi_qmp::RESET [−][src]
pub struct RESET { pub guest: bool, }
Fields
guest: bool
Trait Implementations
impl Debug for RESET
[src]
impl Debug for RESET
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Clone for RESET
[src]
impl Clone for RESET
fn clone(&self) -> RESET
[src]
fn clone(&self) -> RESET
Returns 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