Struct qapi_qmp::BlockdevOptionsBlkdebug
[−]
[src]
pub struct BlockdevOptionsBlkdebug { pub align: Option<isize>, pub opt_discard: Option<i32>, pub max_discard: Option<i32>, pub opt_write_zero: Option<i32>, pub max_write_zero: Option<i32>, pub max_transfer: Option<i32>, pub config: Option<String>, pub inject_error: Option<Vec<BlkdebugInjectErrorOptions>>, pub image: BlockdevRef, pub set_state: Option<Vec<BlkdebugSetStateOptions>>, }
Fields
align: Option<isize>
opt_discard: Option<i32>
max_discard: Option<i32>
opt_write_zero: Option<i32>
max_write_zero: Option<i32>
max_transfer: Option<i32>
config: Option<String>
inject_error: Option<Vec<BlkdebugInjectErrorOptions>>
image: BlockdevRef
set_state: Option<Vec<BlkdebugSetStateOptions>>
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