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