pub enum AccelType {
Kvm,
Xen,
Hvf,
Nvmm,
Whpx,
Tcg,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AccelType
impl RefUnwindSafe for AccelType
impl Send for AccelType
impl Sync for AccelType
impl Unpin for AccelType
impl UnwindSafe for AccelType
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