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 BlkdebugSetStateOptionsfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for BlkdebugSetStateOptions[src]
impl Clone for BlkdebugSetStateOptionsfn clone(&self) -> BlkdebugSetStateOptions[src]
fn clone(&self) -> BlkdebugSetStateOptionsReturns 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 BlkdebugSetStateOptionsimpl Sync for BlkdebugSetStateOptions
impl Sync for BlkdebugSetStateOptions