Enum below_model::cgroup::CgroupIoModelFieldId [−][src]
pub enum CgroupIoModelFieldId {
RbytesPerSec,
WbytesPerSec,
RiosPerSec,
WiosPerSec,
DbytesPerSec,
DiosPerSec,
RwbytesPerSec,
}
Variants
Trait Implementations
Return iterator for unit variants only.
Return iterator for unit variants as well as nested variants.
type Queriable = CgroupIoModel
Auto Trait Implementations
impl RefUnwindSafe for CgroupIoModelFieldId
impl Send for CgroupIoModelFieldId
impl Sync for CgroupIoModelFieldId
impl Unpin for CgroupIoModelFieldId
impl UnwindSafe for CgroupIoModelFieldId
Blanket Implementations
Mutably borrows from an owned value. Read more