Struct qapi_qmp::inject_nmi
source · [−]pub struct inject_nmi {}Trait Implementations
sourceimpl Clone for inject_nmi
impl Clone for inject_nmi
sourcefn clone(&self) -> inject_nmi
fn clone(&self) -> inject_nmi
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Command for inject_nmi
impl Command for inject_nmi
sourceimpl Debug for inject_nmi
impl Debug for inject_nmi
sourceimpl<'de> Deserialize<'de> for inject_nmi
impl<'de> Deserialize<'de> for inject_nmi
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl Serialize for inject_nmi
impl Serialize for inject_nmi
impl QmpCommand for inject_nmi
Auto Trait Implementations
impl RefUnwindSafe for inject_nmi
impl Send for inject_nmi
impl Sync for inject_nmi
impl Unpin for inject_nmi
impl UnwindSafe for inject_nmi
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more