Struct qapi_qmp::BlockDeviceInfo
[−]
[src]
pub struct BlockDeviceInfo { pub encrypted: bool, pub drv: String, pub iops: isize, pub bps_max: Option<isize>, pub bps_rd_max_length: Option<isize>, pub iops_max: Option<isize>, pub iops_rd_max_length: Option<isize>, pub cache: BlockdevCacheInfo, pub iops_wr_max: Option<isize>, pub backing_file_depth: isize, pub iops_rd: isize, pub iops_wr: isize, pub write_threshold: isize, pub bps_wr: isize, pub ro: bool, pub iops_rd_max: Option<isize>, pub bps: isize, pub bps_max_length: Option<isize>, pub bps_rd_max: Option<isize>, pub file: String, pub node_name: Option<String>, pub bps_wr_max: Option<isize>, pub bps_rd: isize, pub iops_max_length: Option<isize>, pub iops_wr_max_length: Option<isize>, pub bps_wr_max_length: Option<isize>, pub backing_file: Option<String>, pub iops_size: Option<isize>, pub detect_zeroes: BlockdevDetectZeroesOptions, pub group: Option<String>, pub image: ImageInfo, pub encryption_key_missing: bool, }
Fields
encrypted: bool
drv: String
iops: isize
bps_max: Option<isize>
bps_rd_max_length: Option<isize>
iops_max: Option<isize>
iops_rd_max_length: Option<isize>
cache: BlockdevCacheInfo
iops_wr_max: Option<isize>
backing_file_depth: isize
iops_rd: isize
iops_wr: isize
write_threshold: isize
bps_wr: isize
ro: bool
iops_rd_max: Option<isize>
bps: isize
bps_max_length: Option<isize>
bps_rd_max: Option<isize>
file: String
node_name: Option<String>
bps_wr_max: Option<isize>
bps_rd: isize
iops_max_length: Option<isize>
iops_wr_max_length: Option<isize>
bps_wr_max_length: Option<isize>
backing_file: Option<String>
iops_size: Option<isize>
detect_zeroes: BlockdevDetectZeroesOptions
group: Option<String>
image: ImageInfo
encryption_key_missing: bool
Trait Implementations
impl Debug for BlockDeviceInfo
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Clone for BlockDeviceInfo
[src]
fn clone(&self) -> BlockDeviceInfo
[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