Struct qapi_qmp::SUSPEND_DISK[][src]

pub struct SUSPEND_DISK {}

Trait Implementations

impl Debug for SUSPEND_DISK
[src]

Formats the value using the given formatter. Read more

impl Clone for SUSPEND_DISK
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for SUSPEND_DISK
[src]

Returns the "default value" for a type. Read more

impl Event for SUSPEND_DISK
[src]

NAME: &'static str = "SUSPEND_DISK"

Auto Trait Implementations