Struct rd_util::systemd::UnitResCtl [−][src]
pub struct UnitResCtl {
pub cpu_weight: Option<u64>,
pub io_weight: Option<u64>,
pub mem_min: Option<u64>,
pub mem_low: Option<u64>,
pub mem_high: Option<u64>,
pub mem_max: Option<u64>,
}
Fields
cpu_weight: Option<u64>
io_weight: Option<u64>
mem_min: Option<u64>
mem_low: Option<u64>
mem_high: Option<u64>
mem_max: Option<u64>
Trait Implementations
Returns the “default value” for a type. Read more
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for UnitResCtl
impl Send for UnitResCtl
impl Sync for UnitResCtl
impl Unpin for UnitResCtl
impl UnwindSafe for UnitResCtl
Blanket Implementations
Mutably borrows from an owned value. Read more