Struct qapi_qmp::watchdog_set_action[][src]

pub struct watchdog_set_action {
    pub action: WatchdogAction,
}

Fields

Trait Implementations

impl Debug for watchdog_set_action
[src]

Formats the value using the given formatter. Read more

impl Clone for watchdog_set_action
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Command for watchdog_set_action
[src]

NAME: &'static str = "watchdog-set-action"

Auto Trait Implementations

impl Send for watchdog_set_action

impl Sync for watchdog_set_action