Enum below_model::system::MemoryModelFieldId
source · [−]pub enum MemoryModelFieldId {
Show 37 variants
Total,
Free,
Available,
Buffers,
Cached,
SwapCached,
Active,
Inactive,
Anon,
File,
Unevictable,
Mlocked,
SwapTotal,
SwapFree,
Dirty,
Writeback,
AnonPages,
Mapped,
Shmem,
Kreclaimable,
Slab,
SlabReclaimable,
SlabUnreclaimable,
KernelStack,
PageTables,
AnonHugePagesBytes,
ShmemHugePagesBytes,
FileHugePagesBytes,
Hugetlb,
CmaTotal,
CmaFree,
VmallocTotal,
VmallocUsed,
VmallocChunk,
DirectMap4k,
DirectMap2m,
DirectMap1g,
}
Variants
Total
Free
Available
Buffers
Cached
SwapCached
Active
Inactive
Anon
File
Unevictable
Mlocked
SwapTotal
SwapFree
Dirty
Writeback
AnonPages
Mapped
Shmem
Kreclaimable
Slab
SlabReclaimable
SlabUnreclaimable
KernelStack
PageTables
AnonHugePagesBytes
ShmemHugePagesBytes
FileHugePagesBytes
Hugetlb
CmaTotal
CmaFree
VmallocTotal
VmallocUsed
VmallocChunk
DirectMap4k
DirectMap2m
DirectMap1g
Trait Implementations
sourceimpl Clone for MemoryModelFieldId
impl Clone for MemoryModelFieldId
sourcefn clone(&self) -> MemoryModelFieldId
fn clone(&self) -> MemoryModelFieldId
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 MemoryModelFieldId
impl Debug for MemoryModelFieldId
sourceimpl EnumIter for MemoryModelFieldId
impl EnumIter for MemoryModelFieldId
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 MemoryModelFieldId
impl FieldId for MemoryModelFieldId
type Queriable = MemoryModel
sourceimpl FromStr for MemoryModelFieldId
impl FromStr for MemoryModelFieldId
sourceimpl PartialEq<MemoryModelFieldId> for MemoryModelFieldId
impl PartialEq<MemoryModelFieldId> for MemoryModelFieldId
sourcefn eq(&self, other: &MemoryModelFieldId) -> bool
fn eq(&self, other: &MemoryModelFieldId) -> bool
sourceimpl ToString for MemoryModelFieldId
impl ToString for MemoryModelFieldId
impl StructuralPartialEq for MemoryModelFieldId
Auto Trait Implementations
impl RefUnwindSafe for MemoryModelFieldId
impl Send for MemoryModelFieldId
impl Sync for MemoryModelFieldId
impl Unpin for MemoryModelFieldId
impl UnwindSafe for MemoryModelFieldId
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