Enum raw_cpuid::Hypervisor
source · [−]Expand description
Identifies the different Hypervisor products.
Variants
Xen
VMware
HyperV
KVM
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
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &Hypervisor) -> bool
fn ne(&self, other: &Hypervisor) -> bool
This method tests for !=
.
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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more