Struct below_model::process::ProcessCpuModel [−][src]
pub struct ProcessCpuModel { pub usage_pct: Option<f64>, pub user_pct: Option<f64>, pub system_pct: Option<f64>, pub num_threads: Option<u64>, }
Fields
usage_pct: Option<f64>
user_pct: Option<f64>
system_pct: Option<f64>
num_threads: Option<u64>
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 ProcessCpuModel
impl Send for ProcessCpuModel
impl Sync for ProcessCpuModel
impl Unpin for ProcessCpuModel
impl UnwindSafe for ProcessCpuModel
Blanket Implementations
Mutably borrows from an owned value. Read more