pub type BlkioStat = BlkioStat;👎Deprecated since 0.8.0: Please use
docker_sdk::container::BlkioStat. This will be removed in 0.9.0.Aliased Type§
pub struct BlkioStat {
pub major: u64,
pub minor: u64,
pub op: String,
pub value: u64,
}Fields§
§major: u64§minor: u64§op: String§value: u64