Enum below_dump::command::CgroupAggField
source · [−]pub enum CgroupAggField {
Cpu,
Mem,
Io,
Pressure,
}
Expand description
Represents the four sub-model of SingleCgroupModel.
Variants
Cpu
Mem
Io
Pressure
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CgroupAggField
impl Send for CgroupAggField
impl Sync for CgroupAggField
impl Unpin for CgroupAggField
impl UnwindSafe for CgroupAggField
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
.