Struct qapi_qmp::BlkdebugInjectErrorOptions[][src]

pub struct BlkdebugInjectErrorOptions {
    pub immediately: Option<bool>,
    pub sector: Option<isize>,
    pub errno: Option<isize>,
    pub once: Option<bool>,
    pub event: BlkdebugEvent,
    pub state: Option<isize>,
}

Fields

Trait Implementations

impl Debug for BlkdebugInjectErrorOptions
[src]

Formats the value using the given formatter. Read more

impl Clone for BlkdebugInjectErrorOptions
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations