Enum below_model::cgroup::CgroupModelFieldId [−][src]
pub enum CgroupModelFieldId {
Name,
FullPath,
InodeNumber,
Cpu(CgroupCpuModelFieldId),
Mem(CgroupMemoryModelFieldId),
Io(CgroupIoModelFieldId),
Pressure(CgroupPressureModelFieldId),
}Variants
Pressure(CgroupPressureModelFieldId)Implementations
Trait Implementations
type Queriable = CgroupModelThis method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for CgroupModelFieldIdimpl Send for CgroupModelFieldIdimpl Sync for CgroupModelFieldIdimpl Unpin for CgroupModelFieldIdimpl UnwindSafe for CgroupModelFieldIdBlanket Implementations
Mutably borrows from an owned value. Read more