Struct qapi_qmp::BlkdebugSetStateOptions [−][src]
pub struct BlkdebugSetStateOptions { pub event: BlkdebugEvent, pub new_state: isize, pub state: Option<isize>, }
Fields
event: BlkdebugEvent
new_state: isize
state: Option<isize>
Trait Implementations
impl Debug for BlkdebugSetStateOptions
[src]
impl Debug for BlkdebugSetStateOptions
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 BlkdebugSetStateOptions
[src]
impl Clone for BlkdebugSetStateOptions
fn clone(&self) -> BlkdebugSetStateOptions
[src]
fn clone(&self) -> BlkdebugSetStateOptions
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 BlkdebugSetStateOptions
impl Send for BlkdebugSetStateOptions
impl Sync for BlkdebugSetStateOptions
impl Sync for BlkdebugSetStateOptions