Struct qapi_qmp::MEM_UNPLUG_ERROR[][src]

pub struct MEM_UNPLUG_ERROR {
    pub device: String,
    pub msg: String,
}

Fields

Trait Implementations

impl Debug for MEM_UNPLUG_ERROR
[src]

Formats the value using the given formatter. Read more

impl Clone for MEM_UNPLUG_ERROR
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Event for MEM_UNPLUG_ERROR
[src]

NAME: &'static str = "MEM_UNPLUG_ERROR"

Auto Trait Implementations

impl Send for MEM_UNPLUG_ERROR

impl Sync for MEM_UNPLUG_ERROR