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