Enum below_model::system::VmModelFieldId [−][src]
pub enum VmModelFieldId {
PgpginPerSec,
PgpgoutPerSec,
PswpinPerSec,
PswpoutPerSec,
PgstealKswapd,
PgstealDirect,
PgscanKswapd,
PgscanDirect,
OomKill,
}
Variants
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