Struct qapi_qmp::WATCHDOG[][src]

pub struct WATCHDOG {
    pub action: WatchdogAction,
}

Fields

Trait Implementations

impl Debug for WATCHDOG
[src]

Formats the value using the given formatter. Read more

impl Clone for WATCHDOG
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Event for WATCHDOG
[src]

NAME: &'static str = "WATCHDOG"

Auto Trait Implementations

impl Send for WATCHDOG

impl Sync for WATCHDOG