Struct below_model::cgroup::CgroupIoModel [−][src]
pub struct CgroupIoModel {
pub rbytes_per_sec: Option<f64>,
pub wbytes_per_sec: Option<f64>,
pub rios_per_sec: Option<f64>,
pub wios_per_sec: Option<f64>,
pub dbytes_per_sec: Option<f64>,
pub dios_per_sec: Option<f64>,
pub rwbytes_per_sec: Option<f64>,
}Fields
rbytes_per_sec: Option<f64>wbytes_per_sec: Option<f64>rios_per_sec: Option<f64>wios_per_sec: Option<f64>dbytes_per_sec: Option<f64>dios_per_sec: Option<f64>rwbytes_per_sec: Option<f64>Implementations
Trait Implementations
Returns the “default value” for a type. Read more
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, Deserialize this value from the given Serde deserializer. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for CgroupIoModelimpl Send for CgroupIoModelimpl Sync for CgroupIoModelimpl Unpin for CgroupIoModelimpl UnwindSafe for CgroupIoModelBlanket Implementations
Mutably borrows from an owned value. Read more