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