Enum below_model::process::ProcessCpuModelFieldId [−][src]
pub enum ProcessCpuModelFieldId {
UsagePct,
UserPct,
SystemPct,
NumThreads,
}
Variants
Trait Implementations
Return iterator for unit variants only.
Return iterator for unit variants as well as nested variants.
type Queriable = ProcessCpuModel
Auto Trait Implementations
impl RefUnwindSafe for ProcessCpuModelFieldId
impl Send for ProcessCpuModelFieldId
impl Sync for ProcessCpuModelFieldId
impl Unpin for ProcessCpuModelFieldId
impl UnwindSafe for ProcessCpuModelFieldId
Blanket Implementations
Mutably borrows from an owned value. Read more