Struct qapi_qmp::BLOCK_IMAGE_CORRUPTED [−][src]
pub struct BLOCK_IMAGE_CORRUPTED {
pub node_name: Option<String>,
pub offset: Option<isize>,
pub msg: String,
pub size: Option<isize>,
pub device: String,
pub fatal: bool,
}Fields
node_name: Option<String>
offset: Option<isize>
msg: String
size: Option<isize>
device: String
fatal: bool
Trait Implementations
impl Debug for BLOCK_IMAGE_CORRUPTED[src]
impl Debug for BLOCK_IMAGE_CORRUPTEDfn 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 BLOCK_IMAGE_CORRUPTED[src]
impl Clone for BLOCK_IMAGE_CORRUPTEDfn clone(&self) -> BLOCK_IMAGE_CORRUPTED[src]
fn clone(&self) -> BLOCK_IMAGE_CORRUPTEDReturns 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_IMAGE_CORRUPTED[src]
impl Event for BLOCK_IMAGE_CORRUPTEDAuto Trait Implementations
impl Send for BLOCK_IMAGE_CORRUPTED
impl Send for BLOCK_IMAGE_CORRUPTEDimpl Sync for BLOCK_IMAGE_CORRUPTED
impl Sync for BLOCK_IMAGE_CORRUPTED