Enum below_model::system::SingleCpuModelFieldId
source · [−]pub enum SingleCpuModelFieldId {
Idx,
UsagePct,
UserPct,
SystemPct,
IdlePct,
NicePct,
IowaitPct,
IrqPct,
SoftirqPct,
StolenPct,
GuestPct,
GuestNicePct,
}Variants
Idx
UsagePct
UserPct
SystemPct
IdlePct
NicePct
IowaitPct
IrqPct
SoftirqPct
StolenPct
GuestPct
GuestNicePct
Trait Implementations
Return iterator for unit variants only.
Return iterator for unit variants as well as nested variants.
type Queriable = SingleCpuModel
Auto Trait Implementations
impl RefUnwindSafe for SingleCpuModelFieldId
impl Send for SingleCpuModelFieldId
impl Sync for SingleCpuModelFieldId
impl Unpin for SingleCpuModelFieldId
impl UnwindSafe for SingleCpuModelFieldId
Blanket Implementations
Mutably borrows from an owned value. Read more