Skip to main content

VMBrand

Enum VMBrand 

Source
#[repr(usize)]
pub enum VMBrand {
Show 72 variants Invalid = 0, VBox = 1, VMware = 2, VMwareExpress = 3, VMwareESX = 4, VMwareGSX = 5, VMwareWorkstation = 6, VMwareFusion = 7, VMwareHard = 8, Bhyve = 9, KVM = 10, QEMU = 11, QEMUKVM = 12, KVMHyperV = 13, QEMUKVMHyperV = 14, HyperV = 15, HyperVVPC = 16, Parallels = 17, Xen = 18, ACRN = 19, QNX = 20, Hybrid = 21, Sandboxie = 22, Docker = 23, Wine = 24, VPC = 25, Anubis = 26, JoeBox = 27, ThreatExpert = 28, CWSandbox = 29, Comodo = 30, Bochs = 31, NVMM = 32, BSDVMM = 33, IntelHAXM = 34, Unisys = 35, LMHS = 36, Cuckoo = 37, BlueStacks = 38, Jailhouse = 39, AppleVZ = 40, IntelKGT = 41, AzureHyperV = 42, SimpleVisor = 43, HyperVRoot = 44, UML = 45, PowerVM = 46, GCE = 47, OpenStack = 48, KubeVirt = 49, AWSNitro = 50, Podman = 51, WSL = 52, OpenVZ = 53, Barevisor = 54, HyperPlatform = 55, MiniVisor = 56, IntelTDX = 57, LKVM = 58, AMDSEV = 59, AMDSEVes = 60, AMDSEVsnp = 61, NekoProject = 62, NoirVisor = 63, Qihoo = 64, NSJail = 65, DBVM = 66, UTM = 67, Compaq = 68, Insignia = 69, Connectix = 70, Count = 71,
}
Expand description

All known VM / sandbox brands. Repr as usize for array indexing.

Variants§

§

Invalid = 0

§

VBox = 1

§

VMware = 2

§

VMwareExpress = 3

§

VMwareESX = 4

§

VMwareGSX = 5

§

VMwareWorkstation = 6

§

VMwareFusion = 7

§

VMwareHard = 8

§

Bhyve = 9

§

KVM = 10

§

QEMU = 11

§

QEMUKVM = 12

§

KVMHyperV = 13

§

QEMUKVMHyperV = 14

§

HyperV = 15

§

HyperVVPC = 16

§

Parallels = 17

§

Xen = 18

§

ACRN = 19

§

QNX = 20

§

Hybrid = 21

§

Sandboxie = 22

§

Docker = 23

§

Wine = 24

§

VPC = 25

§

Anubis = 26

§

JoeBox = 27

§

ThreatExpert = 28

§

CWSandbox = 29

§

Comodo = 30

§

Bochs = 31

§

NVMM = 32

§

BSDVMM = 33

§

IntelHAXM = 34

§

Unisys = 35

§

LMHS = 36

§

Cuckoo = 37

§

BlueStacks = 38

§

Jailhouse = 39

§

AppleVZ = 40

§

IntelKGT = 41

§

AzureHyperV = 42

§

SimpleVisor = 43

§

HyperVRoot = 44

§

UML = 45

§

PowerVM = 46

§

GCE = 47

§

OpenStack = 48

§

KubeVirt = 49

§

AWSNitro = 50

§

Podman = 51

§

WSL = 52

§

OpenVZ = 53

§

Barevisor = 54

§

HyperPlatform = 55

§

MiniVisor = 56

§

IntelTDX = 57

§

LKVM = 58

§

AMDSEV = 59

§

AMDSEVes = 60

§

AMDSEVsnp = 61

§

NekoProject = 62

§

NoirVisor = 63

§

Qihoo = 64

§

NSJail = 65

§

DBVM = 66

§

UTM = 67

§

Compaq = 68

§

Insignia = 69

§

Connectix = 70

§

Count = 71

Implementations§

Source§

impl VMBrand

Source

pub fn as_str(self) -> &'static str

Trait Implementations§

Source§

impl Clone for VMBrand

Source§

fn clone(&self) -> VMBrand

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for VMBrand

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Default for VMBrand

Source§

fn default() -> VMBrand

Returns the “default value” for a type. Read more
Source§

impl Hash for VMBrand

Source§

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
1.3.0 · Source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
Source§

impl PartialEq for VMBrand

Source§

fn eq(&self, other: &VMBrand) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl Copy for VMBrand

Source§

impl Eq for VMBrand

Source§

impl StructuralPartialEq for VMBrand

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> ToOwned for T
where T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.