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