Struct qapi_qmp::BlockJobInfo [−][src]
pub struct BlockJobInfo {
pub speed: isize,
pub offset: isize,
pub len: isize,
pub io_status: BlockDeviceIoStatus,
pub auto_dismiss: bool,
pub auto_finalize: bool,
pub type_: String,
pub ready: bool,
pub paused: bool,
pub error: Option<String>,
pub status: JobStatus,
pub busy: bool,
pub device: String,
}Fields
speed: isize
offset: isize
len: isize
io_status: BlockDeviceIoStatus
auto_dismiss: bool
auto_finalize: bool
type_: String
ready: bool
paused: bool
error: Option<String>
status: JobStatus
busy: bool
device: String
Trait Implementations
impl Debug for BlockJobInfo[src]
impl Debug for BlockJobInfofn 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 BlockJobInfo[src]
impl Clone for BlockJobInfofn clone(&self) -> BlockJobInfo[src]
fn clone(&self) -> BlockJobInfoReturns 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 BlockJobInfo
impl Send for BlockJobInfoimpl Sync for BlockJobInfo
impl Sync for BlockJobInfo