Struct qapi_qmp::watchdog_set_action [−][src]
pub struct watchdog_set_action {
pub action: WatchdogAction,
}Fields
action: WatchdogAction
Trait Implementations
impl Debug for watchdog_set_action[src]
impl Debug for watchdog_set_actionfn 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 watchdog_set_action[src]
impl Clone for watchdog_set_actionfn clone(&self) -> watchdog_set_action[src]
fn clone(&self) -> watchdog_set_actionReturns 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 watchdog_set_action[src]
impl Command for watchdog_set_actionAuto Trait Implementations
impl Send for watchdog_set_action
impl Send for watchdog_set_actionimpl Sync for watchdog_set_action
impl Sync for watchdog_set_action