Enum x86::cpuid::Hypervisor [−][src]
pub enum Hypervisor { Xen, VMware, HyperV, KVM, Unknown(u32, u32, u32), }
Identifies the different Hypervisor products.
Variants
Trait Implementations
impl Eq for Hypervisor
[src]
impl Eq for Hypervisor
[src]impl PartialEq<Hypervisor> for Hypervisor
[src]
impl PartialEq<Hypervisor> for Hypervisor
[src]pub fn eq(&self, other: &Hypervisor) -> bool
[src]
pub fn ne(&self, other: &Hypervisor) -> bool
[src]
impl StructuralEq for Hypervisor
[src]
impl StructuralEq for Hypervisor
[src]impl StructuralPartialEq for Hypervisor
[src]
impl StructuralPartialEq for Hypervisor
[src]