Struct qapi_qmp::BLOCK_JOB_COMPLETED[][src]

pub struct BLOCK_JOB_COMPLETED {
    pub speed: isize,
    pub type_: JobType,
    pub len: isize,
    pub offset: isize,
    pub device: String,
    pub error: Option<String>,
}

Fields

Trait Implementations

impl Debug for BLOCK_JOB_COMPLETED
[src]

Formats the value using the given formatter. Read more

impl Clone for BLOCK_JOB_COMPLETED
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Event for BLOCK_JOB_COMPLETED
[src]

NAME: &'static str = "BLOCK_JOB_COMPLETED"

Auto Trait Implementations

impl Send for BLOCK_JOB_COMPLETED

impl Sync for BLOCK_JOB_COMPLETED