Struct qapi_qmp::BLOCK_JOB_COMPLETED [−][src]
pub struct BLOCK_JOB_COMPLETED {
pub speed: isize,
pub type_: JobType,
pub len: isize,
pub offset: isize,
pub device: String,
pub error: Option<String>,
}Fields
speed: isize
type_: JobType
len: isize
offset: isize
device: String
error: Option<String>
Trait Implementations
impl Debug for BLOCK_JOB_COMPLETED[src]
impl Debug for BLOCK_JOB_COMPLETEDfn 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_JOB_COMPLETED[src]
impl Clone for BLOCK_JOB_COMPLETEDfn clone(&self) -> BLOCK_JOB_COMPLETED[src]
fn clone(&self) -> BLOCK_JOB_COMPLETEDReturns 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_JOB_COMPLETED[src]
impl Event for BLOCK_JOB_COMPLETEDAuto Trait Implementations
impl Send for BLOCK_JOB_COMPLETED
impl Send for BLOCK_JOB_COMPLETEDimpl Sync for BLOCK_JOB_COMPLETED
impl Sync for BLOCK_JOB_COMPLETED