Struct qapi_qmp::BLOCK_IMAGE_CORRUPTED[][src]

pub struct BLOCK_IMAGE_CORRUPTED {
    pub node_name: Option<String>,
    pub offset: Option<isize>,
    pub msg: String,
    pub device: String,
    pub fatal: bool,
    pub size: Option<isize>,
}

Fields

Trait Implementations

impl Debug for BLOCK_IMAGE_CORRUPTED
[src]

Formats the value using the given formatter. Read more

impl Clone for BLOCK_IMAGE_CORRUPTED
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Event for BLOCK_IMAGE_CORRUPTED
[src]

NAME: &'static str = "BLOCK_IMAGE_CORRUPTED"

Auto Trait Implementations