pub struct VmmQuirks {
pub flaky_boot: Option<Duration>,
}Expand description
Quirks to workaround certain bugs that only manifest when using a particular VMM, and do not depend on which guest is running.
Fields§
§flaky_boot: Option<Duration>Automatically reset the VM if we did not recieve a boot event in the specified amount of time.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VmmQuirks
impl RefUnwindSafe for VmmQuirks
impl Send for VmmQuirks
impl Sync for VmmQuirks
impl Unpin for VmmQuirks
impl UnwindSafe for VmmQuirks
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