Struct qapi_qmp::BlockdevOptionsBlkdebug [−][src]
pub struct BlockdevOptionsBlkdebug { pub opt_discard: Option<i32>, pub config: Option<String>, pub max_write_zero: Option<i32>, pub inject_error: Option<Vec<BlkdebugInjectErrorOptions>>, pub set_state: Option<Vec<BlkdebugSetStateOptions>>, pub opt_write_zero: Option<i32>, pub max_discard: Option<i32>, pub align: Option<isize>, pub image: BlockdevRef, pub max_transfer: Option<i32>, }
Fields
opt_discard: Option<i32>
config: Option<String>
max_write_zero: Option<i32>
inject_error: Option<Vec<BlkdebugInjectErrorOptions>>
set_state: Option<Vec<BlkdebugSetStateOptions>>
opt_write_zero: Option<i32>
max_discard: Option<i32>
align: Option<isize>
image: BlockdevRef
max_transfer: Option<i32>
Trait Implementations
impl Debug for BlockdevOptionsBlkdebug
[src]
impl Debug for BlockdevOptionsBlkdebug
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 BlockdevOptionsBlkdebug
[src]
impl Clone for BlockdevOptionsBlkdebug
fn clone(&self) -> BlockdevOptionsBlkdebug
[src]
fn clone(&self) -> BlockdevOptionsBlkdebug
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 BlockdevOptionsBlkdebug
impl Send for BlockdevOptionsBlkdebug
impl Sync for BlockdevOptionsBlkdebug
impl Sync for BlockdevOptionsBlkdebug