Enum below_model::cgroup::CgroupMemoryModelFieldId [−][src]
pub enum CgroupMemoryModelFieldId {
Show variants
Total,
Swap,
Anon,
File,
KernelStack,
Slab,
Sock,
Shmem,
FileMapped,
FileDirty,
FileWriteback,
AnonThp,
InactiveAnon,
ActiveAnon,
InactiveFile,
ActiveFile,
Unevictable,
SlabReclaimable,
SlabUnreclaimable,
Pgfault,
Pgmajfault,
WorkingsetRefault,
WorkingsetActivate,
WorkingsetNodereclaim,
Pgrefill,
Pgscan,
Pgsteal,
Pgactivate,
Pgdeactivate,
Pglazyfree,
Pglazyfreed,
ThpFaultAlloc,
ThpCollapseAlloc,
MemoryHigh,
EventsLow,
EventsHigh,
EventsMax,
EventsOom,
EventsOomKill,
}Variants
Implementations
Trait Implementations
type Queriable = CgroupMemoryModelAuto Trait Implementations
impl RefUnwindSafe for CgroupMemoryModelFieldIdimpl Send for CgroupMemoryModelFieldIdimpl Sync for CgroupMemoryModelFieldIdimpl Unpin for CgroupMemoryModelFieldIdimpl UnwindSafe for CgroupMemoryModelFieldIdBlanket Implementations
Mutably borrows from an owned value. Read more