Enum below_model::system::ProcStatModelFieldId [−][src]
pub enum ProcStatModelFieldId {
TotalInterruptCt,
ContextSwitches,
BootTimeEpochSecs,
TotalProcesses,
RunningProcesses,
BlockedProcesses,
}Variants
Implementations
Trait Implementations
type Queriable = ProcStatModelAuto Trait Implementations
impl RefUnwindSafe for ProcStatModelFieldIdimpl Send for ProcStatModelFieldIdimpl Sync for ProcStatModelFieldIdimpl Unpin for ProcStatModelFieldIdimpl UnwindSafe for ProcStatModelFieldIdBlanket Implementations
Mutably borrows from an owned value. Read more