Struct qapi_qmp::BLOCK_IO_ERROR [−][src]
pub struct BLOCK_IO_ERROR { pub node_name: Option<String>, pub nospace: Option<bool>, pub action: BlockErrorAction, pub operation: IoOperationType, pub device: String, pub reason: String, }
Fields
node_name: Option<String>
nospace: Option<bool>
action: BlockErrorAction
operation: IoOperationType
device: String
reason: String
Trait Implementations
impl Debug for BLOCK_IO_ERROR
[src]
impl Debug for BLOCK_IO_ERROR
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 BLOCK_IO_ERROR
[src]
impl Clone for BLOCK_IO_ERROR
fn clone(&self) -> BLOCK_IO_ERROR
[src]
fn clone(&self) -> BLOCK_IO_ERROR
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
impl Event for BLOCK_IO_ERROR
[src]
impl Event for BLOCK_IO_ERROR
Auto Trait Implementations
impl Send for BLOCK_IO_ERROR
impl Send for BLOCK_IO_ERROR
impl Sync for BLOCK_IO_ERROR
impl Sync for BLOCK_IO_ERROR