pub enum CgroupMemoryModelFieldId {
Show 40 variants
Total,
Swap,
Zswap,
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
Total
Swap
Zswap
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
Trait Implementations
sourceimpl Clone for CgroupMemoryModelFieldId
impl Clone for CgroupMemoryModelFieldId
sourcefn clone(&self) -> CgroupMemoryModelFieldId
fn clone(&self) -> CgroupMemoryModelFieldId
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for CgroupMemoryModelFieldId
impl Debug for CgroupMemoryModelFieldId
sourceimpl EnumIter for CgroupMemoryModelFieldId
impl EnumIter for CgroupMemoryModelFieldId
sourcefn unit_variant_iter() -> Box<dyn Iterator<Item = Self>>
fn unit_variant_iter() -> Box<dyn Iterator<Item = Self>>
Return iterator for unit variants only.
sourcefn all_variant_iter() -> Box<dyn Iterator<Item = Self>>
fn all_variant_iter() -> Box<dyn Iterator<Item = Self>>
Return iterator for unit variants as well as nested variants.
sourceimpl FieldId for CgroupMemoryModelFieldId
impl FieldId for CgroupMemoryModelFieldId
type Queriable = CgroupMemoryModel
sourceimpl FromStr for CgroupMemoryModelFieldId
impl FromStr for CgroupMemoryModelFieldId
sourceimpl PartialEq<CgroupMemoryModelFieldId> for CgroupMemoryModelFieldId
impl PartialEq<CgroupMemoryModelFieldId> for CgroupMemoryModelFieldId
sourcefn eq(&self, other: &CgroupMemoryModelFieldId) -> bool
fn eq(&self, other: &CgroupMemoryModelFieldId) -> bool
sourceimpl ToString for CgroupMemoryModelFieldId
impl ToString for CgroupMemoryModelFieldId
impl StructuralPartialEq for CgroupMemoryModelFieldId
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more