Struct qapi_qmp::system_wakeup [−][src]
pub struct system_wakeup {}Trait Implementations
impl Debug for system_wakeup[src]
impl Debug for system_wakeupfn 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 system_wakeup[src]
impl Clone for system_wakeupfn clone(&self) -> system_wakeup[src]
fn clone(&self) -> system_wakeupReturns 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 Command for system_wakeup[src]
impl Command for system_wakeupAuto Trait Implementations
impl Send for system_wakeup
impl Send for system_wakeupimpl Sync for system_wakeup
impl Sync for system_wakeup