Struct qapi_qmp::BlkdebugSetStateOptions
[−]
[src]
pub struct BlkdebugSetStateOptions { pub state: Option<isize>, pub event: BlkdebugEvent, pub new_state: isize, }
Fields
state: Option<isize>
event: BlkdebugEvent
new_state: isize
Trait Implementations
impl Debug for BlkdebugSetStateOptions
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Clone for BlkdebugSetStateOptions
[src]
fn clone(&self) -> BlkdebugSetStateOptions
[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