Enum below_model::system::ProcStatModelFieldId [−][src]
pub enum ProcStatModelFieldId {
TotalInterruptCt,
ContextSwitches,
BootTimeEpochSecs,
TotalProcesses,
RunningProcesses,
BlockedProcesses,
}
Variants
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