Struct swap::controller::VmmSwapResult
source · struct VmmSwapResult {
should_exit: bool,
slow_file_cleanup: bool,
}
Fields§
§should_exit: bool
§slow_file_cleanup: bool
Auto Trait Implementations§
impl RefUnwindSafe for VmmSwapResult
impl Send for VmmSwapResult
impl Sync for VmmSwapResult
impl Unpin for VmmSwapResult
impl UnwindSafe for VmmSwapResult
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