Enum below_model::system::ProcStatModelFieldId
source · [−]pub enum ProcStatModelFieldId {
TotalInterruptCt,
ContextSwitches,
BootTimeEpochSecs,
TotalProcesses,
RunningProcesses,
BlockedProcesses,
}
Variants
TotalInterruptCt
ContextSwitches
BootTimeEpochSecs
TotalProcesses
RunningProcesses
BlockedProcesses
Trait Implementations
Return iterator for unit variants only.
Return iterator for unit variants as well as nested variants.
type Queriable = ProcStatModel
Auto Trait Implementations
impl RefUnwindSafe for ProcStatModelFieldId
impl Send for ProcStatModelFieldId
impl Sync for ProcStatModelFieldId
impl Unpin for ProcStatModelFieldId
impl UnwindSafe for ProcStatModelFieldId
Blanket Implementations
Mutably borrows from an owned value. Read more