Struct cgroups_rs::memory::SetMemory
source · [−]pub struct SetMemory {
pub low: Option<MaxValue>,
pub high: Option<MaxValue>,
pub min: Option<MaxValue>,
pub max: Option<MaxValue>,
}Fields
low: Option<MaxValue>high: Option<MaxValue>min: Option<MaxValue>max: Option<MaxValue>Trait Implementations
impl Eq for SetMemory
impl StructuralEq for SetMemory
impl StructuralPartialEq for SetMemory
Auto Trait Implementations
impl RefUnwindSafe for SetMemory
impl Send for SetMemory
impl Sync for SetMemory
impl Unpin for SetMemory
impl UnwindSafe for SetMemory
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more