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 = CgroupMemoryModel
Auto Trait Implementations
impl RefUnwindSafe for CgroupMemoryModelFieldId
impl Send for CgroupMemoryModelFieldId
impl Sync for CgroupMemoryModelFieldId
impl Unpin for CgroupMemoryModelFieldId
impl UnwindSafe for CgroupMemoryModelFieldId
Blanket Implementations
Mutably borrows from an owned value. Read more