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_action
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_set_action
[src]
impl Clone for watchdog_set_action
fn clone(&self) -> watchdog_set_action
[src]
fn clone(&self) -> watchdog_set_action
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 Command for watchdog_set_action
[src]
impl Command for watchdog_set_action
Auto Trait Implementations
impl Send for watchdog_set_action
impl Send for watchdog_set_action
impl Sync for watchdog_set_action
impl Sync for watchdog_set_action