Struct rd_util::iocost::IoCostSysSave  [−][src]
pub struct IoCostSysSave {
    pub devnr: (u32, u32),
    pub enable: bool,
    pub model_ctrl_user: bool,
    pub qos_ctrl_user: bool,
    pub model: IoCostModelParams,
    pub qos: IoCostQoSParams,
}Expand description
Save /sys/fs/cgroup/io.cost.model,qos and restore them on drop.
Fields
devnr: (u32, u32)enable: boolmodel_ctrl_user: boolqos_ctrl_user: boolmodel: IoCostModelParamsqos: IoCostQoSParamsImplementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for IoCostSysSaveimpl Send for IoCostSysSaveimpl Sync for IoCostSysSaveimpl Unpin for IoCostSysSaveimpl UnwindSafe for IoCostSysSave