Enum below_model::system::MemoryModelFieldId [−][src]
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
Trait Implementations
Return iterator for unit variants only.
Return iterator for unit variants as well as nested variants.
type Queriable = MemoryModel
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
Mutably borrows from an owned value. Read more