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 StructuralPartialEq for SetMemory
Auto Trait Implementations§
impl Freeze for SetMemory
impl RefUnwindSafe for SetMemory
impl Send for SetMemory
impl Sync for SetMemory
impl Unpin for SetMemory
impl UnwindSafe for SetMemory
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more