Enum qapi_qmp::WatchdogAction[][src]

pub enum WatchdogAction {
    reset,
    shutdown,
    poweroff,
    pause,
    debug,
    none,
    inject_nmi,
}

Variants

Trait Implementations

impl Debug for WatchdogAction
[src]

Formats the value using the given formatter. Read more

impl Clone for WatchdogAction
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for WatchdogAction

impl Sync for WatchdogAction