Enum below_dump::command::SystemAggField
source · [−]pub enum SystemAggField {
Cpu,
Mem,
Vm,
Stat,
}
Expand description
Represents the four sub-model of SystemModel.
Variants
Cpu
Mem
Vm
Stat
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SystemAggField
impl Send for SystemAggField
impl Sync for SystemAggField
impl Unpin for SystemAggField
impl UnwindSafe for SystemAggField
Blanket Implementations
Mutably borrows from an owned value. Read more
Calls the given closure and return the result. Read more
Calls the given closure on self
.