pub enum CgroupMemoryModelFieldId {
Show 44 variants
Total,
Swap,
Zswap,
Anon,
File,
KernelStack,
Slab,
Sock,
Shmem,
FileMapped,
FileDirty,
FileWriteback,
AnonThp,
InactiveAnon,
ActiveAnon,
InactiveFile,
ActiveFile,
Unevictable,
SlabReclaimable,
SlabUnreclaimable,
Pgfault,
Pgmajfault,
WorkingsetRefaultAnon,
WorkingsetRefaultFile,
WorkingsetActivateAnon,
WorkingsetActivateFile,
WorkingsetRestoreAnon,
WorkingsetRestoreFile,
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
WorkingsetRefaultAnon
WorkingsetRefaultFile
WorkingsetActivateAnon
WorkingsetActivateFile
WorkingsetRestoreAnon
WorkingsetRestoreFile
WorkingsetNodereclaim
Pgrefill
Pgscan
Pgsteal
Pgactivate
Pgdeactivate
Pglazyfree
Pglazyfreed
ThpFaultAlloc
ThpCollapseAlloc
MemoryHigh
EventsLow
EventsHigh
EventsMax
EventsOom
EventsOomKill
Trait Implementations§
source§impl Clone for CgroupMemoryModelFieldId
impl Clone for CgroupMemoryModelFieldId
source§fn clone(&self) -> CgroupMemoryModelFieldId
fn clone(&self) -> CgroupMemoryModelFieldId
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for CgroupMemoryModelFieldId
impl Debug for CgroupMemoryModelFieldId
source§impl EnumIter for CgroupMemoryModelFieldId
impl EnumIter for CgroupMemoryModelFieldId
source§fn unit_variant_iter() -> Box<dyn Iterator<Item = Self>>
fn unit_variant_iter() -> Box<dyn Iterator<Item = Self>>
Return iterator for unit variants only.
source§fn 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.
source§impl FieldId for CgroupMemoryModelFieldId
impl FieldId for CgroupMemoryModelFieldId
type Queriable = CgroupMemoryModel
source§impl FromStr for CgroupMemoryModelFieldId
impl FromStr for CgroupMemoryModelFieldId
source§impl PartialEq<CgroupMemoryModelFieldId> for CgroupMemoryModelFieldId
impl PartialEq<CgroupMemoryModelFieldId> for CgroupMemoryModelFieldId
source§fn eq(&self, other: &CgroupMemoryModelFieldId) -> bool
fn eq(&self, other: &CgroupMemoryModelFieldId) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl 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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more