Enum below_model::cgroup::CgroupCpuModelFieldId [−][src]
pub enum CgroupCpuModelFieldId {
UsagePct,
UserPct,
SystemPct,
NrPeriodsPerSec,
NrThrottledPerSec,
ThrottledPct,
}Variants
Implementations
Trait Implementations
type Queriable = CgroupCpuModelAuto Trait Implementations
impl RefUnwindSafe for CgroupCpuModelFieldIdimpl Send for CgroupCpuModelFieldIdimpl Sync for CgroupCpuModelFieldIdimpl Unpin for CgroupCpuModelFieldIdimpl UnwindSafe for CgroupCpuModelFieldIdBlanket Implementations
Mutably borrows from an owned value. Read more