Struct qapi_qmp::BlockJobInfo
[−]
[src]
pub struct BlockJobInfo { pub speed: isize, pub io_status: BlockDeviceIoStatus, pub offset: isize, pub busy: bool, pub ready: bool, pub len: isize, pub paused: bool, pub type_: String, pub device: String, }
Fields
speed: isize
io_status: BlockDeviceIoStatus
offset: isize
busy: bool
ready: bool
len: isize
paused: bool
type_: String
device: String
Trait Implementations
impl Debug for BlockJobInfo
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Clone for BlockJobInfo
[src]
fn clone(&self) -> BlockJobInfo
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more