Enum raw_cpuid::Hypervisor
source · [−]Expand description
Identifies the different Hypervisor products.
Variants
Xen
VMware
HyperV
KVM
QEMU
QEMU is the hypervisor identity when QEMU is used without an accelerator, such as KVM.
Bhyve
QNX
ACRN
Unknown(u32, u32, u32)
Trait Implementations
sourceimpl Debug for Hypervisor
impl Debug for Hypervisor
sourceimpl PartialEq<Hypervisor> for Hypervisor
impl PartialEq<Hypervisor> for Hypervisor
sourcefn eq(&self, other: &Hypervisor) -> bool
fn eq(&self, other: &Hypervisor) -> bool
impl Eq for Hypervisor
impl StructuralEq for Hypervisor
impl StructuralPartialEq for Hypervisor
Auto Trait Implementations
impl RefUnwindSafe for Hypervisor
impl Send for Hypervisor
impl Sync for Hypervisor
impl Unpin for Hypervisor
impl UnwindSafe for Hypervisor
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more