pub struct BlockDeviceInfo {
Show 32 fields pub bps_wr: i32, pub iops_max: Option<i32>, pub iops_rd_max: Option<i32>, pub iops_rd: i32, pub encrypted: bool, pub dirty_bitmaps: Option<Vec<BlockDirtyInfo>>, pub iops_wr_max_length: Option<i32>, pub iops_rd_max_length: Option<i32>, pub iops_wr: i32, pub bps_rd_max_length: Option<i32>, pub backing_file: Option<String>, pub bps_max_length: Option<i32>, pub image: ImageInfo, pub node_name: Option<String>, pub write_threshold: i32, pub bps_max: Option<i32>, pub iops_size: Option<i32>, pub cache: BlockdevCacheInfo, pub bps_wr_max_length: Option<i32>, pub backing_file_depth: i32, pub group: Option<String>, pub drv: String, pub iops: i32, pub bps_wr_max: Option<i32>, pub bps_rd_max: Option<i32>, pub bps_rd: i32, pub iops_wr_max: Option<i32>, pub ro: bool, pub file: String, pub bps: i32, pub iops_max_length: Option<i32>, pub detect_zeroes: BlockdevDetectZeroesOptions,
}

Fields

bps_wr: i32iops_max: Option<i32>iops_rd_max: Option<i32>iops_rd: i32encrypted: booldirty_bitmaps: Option<Vec<BlockDirtyInfo>>iops_wr_max_length: Option<i32>iops_rd_max_length: Option<i32>iops_wr: i32bps_rd_max_length: Option<i32>backing_file: Option<String>bps_max_length: Option<i32>image: ImageInfonode_name: Option<String>write_threshold: i32bps_max: Option<i32>iops_size: Option<i32>cache: BlockdevCacheInfobps_wr_max_length: Option<i32>backing_file_depth: i32group: Option<String>drv: Stringiops: i32bps_wr_max: Option<i32>bps_rd_max: Option<i32>bps_rd: i32iops_wr_max: Option<i32>ro: boolfile: Stringbps: i32iops_max_length: Option<i32>detect_zeroes: BlockdevDetectZeroesOptions

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Deserialize this value from the given Serde deserializer. Read more

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.