Struct qapi_qmp::BLOCK_IO_ERROR[][src]

pub struct BLOCK_IO_ERROR {
    pub reason: String,
    pub operation: IoOperationType,
    pub nospace: Option<bool>,
    pub action: BlockErrorAction,
    pub node_name: Option<String>,
    pub device: String,
}

Fields

Trait Implementations

impl Debug for BLOCK_IO_ERROR
[src]

Formats the value using the given formatter. Read more

impl Clone for BLOCK_IO_ERROR
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Event for BLOCK_IO_ERROR
[src]

NAME: &'static str = "BLOCK_IO_ERROR"

Auto Trait Implementations