Enum below_model::system::VmModelFieldId
source · [−]pub enum VmModelFieldId {
PgpginPerSec,
PgpgoutPerSec,
PswpinPerSec,
PswpoutPerSec,
PgstealKswapd,
PgstealDirect,
PgscanKswapd,
PgscanDirect,
OomKill,
}Variants
PgpginPerSec
PgpgoutPerSec
PswpinPerSec
PswpoutPerSec
PgstealKswapd
PgstealDirect
PgscanKswapd
PgscanDirect
OomKill
Trait Implementations
Return iterator for unit variants only.
Return iterator for unit variants as well as nested variants.
Auto Trait Implementations
impl RefUnwindSafe for VmModelFieldId
impl Send for VmModelFieldId
impl Sync for VmModelFieldId
impl Unpin for VmModelFieldId
impl UnwindSafe for VmModelFieldId
Blanket Implementations
Mutably borrows from an owned value. Read more