_ND_INS_SET

Enum _ND_INS_SET 

Source
#[repr(u32)]
pub enum _ND_INS_SET {
Show 133 variants ND_SET_INVALID = 0, ND_SET_3DNOW = 1, ND_SET_ADX = 2, ND_SET_AES = 3, ND_SET_AMD = 4, ND_SET_AMXBF16 = 5, ND_SET_AMXCOMPLEX = 6, ND_SET_AMXFP16 = 7, ND_SET_AMXINT8 = 8, ND_SET_AMXTILE = 9, ND_SET_APX_F = 10, ND_SET_AVX = 11, ND_SET_AVX2 = 12, ND_SET_AVX2GATHER = 13, ND_SET_AVX5124FMAPS = 14, ND_SET_AVX5124VNNIW = 15, ND_SET_AVX512BF16 = 16, ND_SET_AVX512BITALG = 17, ND_SET_AVX512BW = 18, ND_SET_AVX512CD = 19, ND_SET_AVX512DQ = 20, ND_SET_AVX512ER = 21, ND_SET_AVX512F = 22, ND_SET_AVX512FP16 = 23, ND_SET_AVX512IFMA = 24, ND_SET_AVX512PF = 25, ND_SET_AVX512VBMI = 26, ND_SET_AVX512VBMI2 = 27, ND_SET_AVX512VNNI = 28, ND_SET_AVX512VP2INTERSECT = 29, ND_SET_AVX512VPOPCNTDQ = 30, ND_SET_AVXIFMA = 31, ND_SET_AVXNECONVERT = 32, ND_SET_AVXVNNI = 33, ND_SET_AVXVNNIINT16 = 34, ND_SET_AVXVNNIINT8 = 35, ND_SET_BMI1 = 36, ND_SET_BMI2 = 37, ND_SET_CET_IBT = 38, ND_SET_CET_SS = 39, ND_SET_CLDEMOTE = 40, ND_SET_CLFSH = 41, ND_SET_CLFSHOPT = 42, ND_SET_CLWB = 43, ND_SET_CLZERO = 44, ND_SET_CMPCCXADD = 45, ND_SET_CMPXCHG16B = 46, ND_SET_ENQCMD = 47, ND_SET_F16C = 48, ND_SET_FMA = 49, ND_SET_FMA4 = 50, ND_SET_FRED = 51, ND_SET_FXSAVE = 52, ND_SET_GFNI = 53, ND_SET_HRESET = 54, ND_SET_I186 = 55, ND_SET_I286PROT = 56, ND_SET_I286REAL = 57, ND_SET_I386 = 58, ND_SET_I486 = 59, ND_SET_I486REAL = 60, ND_SET_I64 = 61, ND_SET_I86 = 62, ND_SET_INVLPGB = 63, ND_SET_INVPCID = 64, ND_SET_KL = 65, ND_SET_LKGS = 66, ND_SET_LONGMODE = 67, ND_SET_LWP = 68, ND_SET_LZCNT = 69, ND_SET_MCOMMIT = 70, ND_SET_MMX = 71, ND_SET_MOVBE = 72, ND_SET_MOVDIR64B = 73, ND_SET_MOVDIRI = 74, ND_SET_MPX = 75, ND_SET_MSRLIST = 76, ND_SET_MWAITT = 77, ND_SET_PAUSE = 78, ND_SET_PCLMULQDQ = 79, ND_SET_PCONFIG = 80, ND_SET_PENTIUMREAL = 81, ND_SET_PKU = 82, ND_SET_POPCNT = 83, ND_SET_PPRO = 84, ND_SET_PREFETCHITI = 85, ND_SET_PREFETCH_NOP = 86, ND_SET_PTWRITE = 87, ND_SET_RAOINT = 88, ND_SET_RDPID = 89, ND_SET_RDPMC = 90, ND_SET_RDPRU = 91, ND_SET_RDRAND = 92, ND_SET_RDSEED = 93, ND_SET_RDTSCP = 94, ND_SET_RDWRFSGS = 95, ND_SET_SERIALIZE = 96, ND_SET_SGX = 97, ND_SET_SHA = 98, ND_SET_SHA512 = 99, ND_SET_SM3 = 100, ND_SET_SM4 = 101, ND_SET_SMAP = 102, ND_SET_SMX = 103, ND_SET_SNP = 104, ND_SET_SSE = 105, ND_SET_SSE2 = 106, ND_SET_SSE3 = 107, ND_SET_SSE4 = 108, ND_SET_SSE42 = 109, ND_SET_SSE4A = 110, ND_SET_SSSE3 = 111, ND_SET_SVM = 112, ND_SET_TBM = 113, ND_SET_TDX = 114, ND_SET_TSE = 115, ND_SET_TSX = 116, ND_SET_TSXLDTRK = 117, ND_SET_UD = 118, ND_SET_UINTR = 119, ND_SET_UNKNOWN = 120, ND_SET_USER_MSR = 121, ND_SET_VAES = 122, ND_SET_VPCLMULQDQ = 123, ND_SET_VTX = 124, ND_SET_WAITPKG = 125, ND_SET_WBNOINVD = 126, ND_SET_WRMSRNS = 127, ND_SET_X87 = 128, ND_SET_XOP = 129, ND_SET_XSAVE = 130, ND_SET_XSAVEC = 131, ND_SET_XSAVES = 132,
}

Variants§

§

ND_SET_INVALID = 0

§

ND_SET_3DNOW = 1

§

ND_SET_ADX = 2

§

ND_SET_AES = 3

§

ND_SET_AMD = 4

§

ND_SET_AMXBF16 = 5

§

ND_SET_AMXCOMPLEX = 6

§

ND_SET_AMXFP16 = 7

§

ND_SET_AMXINT8 = 8

§

ND_SET_AMXTILE = 9

§

ND_SET_APX_F = 10

§

ND_SET_AVX = 11

§

ND_SET_AVX2 = 12

§

ND_SET_AVX2GATHER = 13

§

ND_SET_AVX5124FMAPS = 14

§

ND_SET_AVX5124VNNIW = 15

§

ND_SET_AVX512BF16 = 16

§

ND_SET_AVX512BITALG = 17

§

ND_SET_AVX512BW = 18

§

ND_SET_AVX512CD = 19

§

ND_SET_AVX512DQ = 20

§

ND_SET_AVX512ER = 21

§

ND_SET_AVX512F = 22

§

ND_SET_AVX512FP16 = 23

§

ND_SET_AVX512IFMA = 24

§

ND_SET_AVX512PF = 25

§

ND_SET_AVX512VBMI = 26

§

ND_SET_AVX512VBMI2 = 27

§

ND_SET_AVX512VNNI = 28

§

ND_SET_AVX512VP2INTERSECT = 29

§

ND_SET_AVX512VPOPCNTDQ = 30

§

ND_SET_AVXIFMA = 31

§

ND_SET_AVXNECONVERT = 32

§

ND_SET_AVXVNNI = 33

§

ND_SET_AVXVNNIINT16 = 34

§

ND_SET_AVXVNNIINT8 = 35

§

ND_SET_BMI1 = 36

§

ND_SET_BMI2 = 37

§

ND_SET_CET_IBT = 38

§

ND_SET_CET_SS = 39

§

ND_SET_CLDEMOTE = 40

§

ND_SET_CLFSH = 41

§

ND_SET_CLFSHOPT = 42

§

ND_SET_CLWB = 43

§

ND_SET_CLZERO = 44

§

ND_SET_CMPCCXADD = 45

§

ND_SET_CMPXCHG16B = 46

§

ND_SET_ENQCMD = 47

§

ND_SET_F16C = 48

§

ND_SET_FMA = 49

§

ND_SET_FMA4 = 50

§

ND_SET_FRED = 51

§

ND_SET_FXSAVE = 52

§

ND_SET_GFNI = 53

§

ND_SET_HRESET = 54

§

ND_SET_I186 = 55

§

ND_SET_I286PROT = 56

§

ND_SET_I286REAL = 57

§

ND_SET_I386 = 58

§

ND_SET_I486 = 59

§

ND_SET_I486REAL = 60

§

ND_SET_I64 = 61

§

ND_SET_I86 = 62

§

ND_SET_INVLPGB = 63

§

ND_SET_INVPCID = 64

§

ND_SET_KL = 65

§

ND_SET_LKGS = 66

§

ND_SET_LONGMODE = 67

§

ND_SET_LWP = 68

§

ND_SET_LZCNT = 69

§

ND_SET_MCOMMIT = 70

§

ND_SET_MMX = 71

§

ND_SET_MOVBE = 72

§

ND_SET_MOVDIR64B = 73

§

ND_SET_MOVDIRI = 74

§

ND_SET_MPX = 75

§

ND_SET_MSRLIST = 76

§

ND_SET_MWAITT = 77

§

ND_SET_PAUSE = 78

§

ND_SET_PCLMULQDQ = 79

§

ND_SET_PCONFIG = 80

§

ND_SET_PENTIUMREAL = 81

§

ND_SET_PKU = 82

§

ND_SET_POPCNT = 83

§

ND_SET_PPRO = 84

§

ND_SET_PREFETCHITI = 85

§

ND_SET_PREFETCH_NOP = 86

§

ND_SET_PTWRITE = 87

§

ND_SET_RAOINT = 88

§

ND_SET_RDPID = 89

§

ND_SET_RDPMC = 90

§

ND_SET_RDPRU = 91

§

ND_SET_RDRAND = 92

§

ND_SET_RDSEED = 93

§

ND_SET_RDTSCP = 94

§

ND_SET_RDWRFSGS = 95

§

ND_SET_SERIALIZE = 96

§

ND_SET_SGX = 97

§

ND_SET_SHA = 98

§

ND_SET_SHA512 = 99

§

ND_SET_SM3 = 100

§

ND_SET_SM4 = 101

§

ND_SET_SMAP = 102

§

ND_SET_SMX = 103

§

ND_SET_SNP = 104

§

ND_SET_SSE = 105

§

ND_SET_SSE2 = 106

§

ND_SET_SSE3 = 107

§

ND_SET_SSE4 = 108

§

ND_SET_SSE42 = 109

§

ND_SET_SSE4A = 110

§

ND_SET_SSSE3 = 111

§

ND_SET_SVM = 112

§

ND_SET_TBM = 113

§

ND_SET_TDX = 114

§

ND_SET_TSE = 115

§

ND_SET_TSX = 116

§

ND_SET_TSXLDTRK = 117

§

ND_SET_UD = 118

§

ND_SET_UINTR = 119

§

ND_SET_UNKNOWN = 120

§

ND_SET_USER_MSR = 121

§

ND_SET_VAES = 122

§

ND_SET_VPCLMULQDQ = 123

§

ND_SET_VTX = 124

§

ND_SET_WAITPKG = 125

§

ND_SET_WBNOINVD = 126

§

ND_SET_WRMSRNS = 127

§

ND_SET_X87 = 128

§

ND_SET_XOP = 129

§

ND_SET_XSAVE = 130

§

ND_SET_XSAVEC = 131

§

ND_SET_XSAVES = 132

Trait Implementations§

Source§

impl Clone for _ND_INS_SET

Source§

fn clone(&self) -> _ND_INS_SET

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 _ND_INS_SET

Source§

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

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

impl Hash for _ND_INS_SET

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 _ND_INS_SET

Source§

fn eq(&self, other: &_ND_INS_SET) -> 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 _ND_INS_SET

Source§

impl Eq for _ND_INS_SET

Source§

impl StructuralPartialEq for _ND_INS_SET

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, 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.