Struct qapi_qmp::BlkdebugInjectErrorOptions
[−]
[src]
pub struct BlkdebugInjectErrorOptions { pub event: BlkdebugEvent, pub sector: Option<isize>, pub immediately: Option<bool>, pub errno: Option<isize>, pub state: Option<isize>, pub once: Option<bool>, }
Fields
event: BlkdebugEvent
sector: Option<isize>
immediately: Option<bool>
errno: Option<isize>
state: Option<isize>
once: Option<bool>
Trait Implementations
impl Debug for BlkdebugInjectErrorOptions
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Clone for BlkdebugInjectErrorOptions
[src]
fn clone(&self) -> BlkdebugInjectErrorOptions
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more