Enum below_model::cgroup::CgroupIoModelFieldId [−][src]
pub enum CgroupIoModelFieldId {
RbytesPerSec,
WbytesPerSec,
RiosPerSec,
WiosPerSec,
DbytesPerSec,
DiosPerSec,
RwbytesPerSec,
}Variants
Implementations
Trait Implementations
type Queriable = CgroupIoModelAuto Trait Implementations
impl RefUnwindSafe for CgroupIoModelFieldIdimpl Send for CgroupIoModelFieldIdimpl Sync for CgroupIoModelFieldIdimpl Unpin for CgroupIoModelFieldIdimpl UnwindSafe for CgroupIoModelFieldIdBlanket Implementations
Mutably borrows from an owned value. Read more