pub enum HypervisorKind {}Expand description
Resource kind for hypervisor backends.
A [Resource<HypervisorKind>] identifies which hypervisor backend to use
and can carry backend-specific initialization data.
Trait Implementations§
Source§impl ResourceId<HypervisorKind> for HvfHandle
impl ResourceId<HypervisorKind> for HvfHandle
Source§impl ResourceId<HypervisorKind> for KvmHandle
impl ResourceId<HypervisorKind> for KvmHandle
Source§impl ResourceId<HypervisorKind> for MshvHandle
impl ResourceId<HypervisorKind> for MshvHandle
Source§impl ResourceId<HypervisorKind> for WhpHandle
impl ResourceId<HypervisorKind> for WhpHandle
Auto Trait Implementations§
impl Freeze for HypervisorKind
impl RefUnwindSafe for HypervisorKind
impl Send for HypervisorKind
impl Sync for HypervisorKind
impl Unpin for HypervisorKind
impl UnwindSafe for HypervisorKind
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