Struct qapi_qmp::inject_nmi [−][src]
pub struct inject_nmi {}Trait Implementations
impl Debug for inject_nmi[src]
impl Debug for inject_nmifn 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 inject_nmi[src]
impl Clone for inject_nmifn clone(&self) -> inject_nmi[src]
fn clone(&self) -> inject_nmiReturns 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 inject_nmi[src]
impl Command for inject_nmiAuto Trait Implementations
impl Send for inject_nmi
impl Send for inject_nmiimpl Sync for inject_nmi
impl Sync for inject_nmi