Struct qapi_qmp::BlockdevOptionsBlkdebug
[−]
[src]
pub struct BlockdevOptionsBlkdebug { pub opt_discard: Option<i32>, pub max_transfer: Option<i32>, pub image: BlockdevRef, pub opt_write_zero: Option<i32>, pub max_discard: Option<i32>, pub inject_error: Option<Vec<BlkdebugInjectErrorOptions>>, pub set_state: Option<Vec<BlkdebugSetStateOptions>>, pub align: Option<isize>, pub config: Option<String>, pub max_write_zero: Option<i32>, }
Fields
opt_discard: Option<i32>
max_transfer: Option<i32>
image: BlockdevRef
opt_write_zero: Option<i32>
max_discard: Option<i32>
inject_error: Option<Vec<BlkdebugInjectErrorOptions>>
set_state: Option<Vec<BlkdebugSetStateOptions>>
align: Option<isize>
config: Option<String>
max_write_zero: Option<i32>
Trait Implementations
impl Debug for BlockdevOptionsBlkdebug
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Clone for BlockdevOptionsBlkdebug
[src]
fn clone(&self) -> BlockdevOptionsBlkdebug
[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