Struct below_model::process::ProcessIoModel [−][src]
pub struct ProcessIoModel { pub rbytes_per_sec: Option<f64>, pub wbytes_per_sec: Option<f64>, pub rwbytes_per_sec: Option<f64>, }
Fields
rbytes_per_sec: Option<f64>
wbytes_per_sec: Option<f64>
rwbytes_per_sec: Option<f64>
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
Auto Trait Implementations
impl RefUnwindSafe for ProcessIoModel
impl Send for ProcessIoModel
impl Sync for ProcessIoModel
impl Unpin for ProcessIoModel
impl UnwindSafe for ProcessIoModel
Blanket Implementations
Mutably borrows from an owned value. Read more