pub struct Balloon {
pub size: Option<ByteSize>,
pub deflate_on_oom: Option<OnOff>,
pub free_page_reporting: Option<OnOff>,
}Fields§
§size: Option<ByteSize>§deflate_on_oom: Option<OnOff>§free_page_reporting: Option<OnOff>Auto Trait Implementations§
impl RefUnwindSafe for Balloon
impl Send for Balloon
impl Sync for Balloon
impl Unpin for Balloon
impl UnwindSafe for Balloon
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