#[repr(u32)]pub enum _ND_OPERAND_ENCODING {
Show 13 variants
ND_OPE_NP = 0,
ND_OPE_R = 1,
ND_OPE_M = 2,
ND_OPE_V = 3,
ND_OPE_D = 4,
ND_OPE_O = 5,
ND_OPE_I = 6,
ND_OPE_C = 7,
ND_OPE_1 = 8,
ND_OPE_L = 9,
ND_OPE_A = 10,
ND_OPE_E = 11,
ND_OPE_S = 12,
}Variants§
ND_OPE_NP = 0
ND_OPE_R = 1
ND_OPE_M = 2
ND_OPE_V = 3
ND_OPE_D = 4
ND_OPE_O = 5
ND_OPE_I = 6
ND_OPE_C = 7
ND_OPE_1 = 8
ND_OPE_L = 9
ND_OPE_A = 10
ND_OPE_E = 11
ND_OPE_S = 12
Trait Implementations§
source§impl Clone for _ND_OPERAND_ENCODING
impl Clone for _ND_OPERAND_ENCODING
source§fn clone(&self) -> _ND_OPERAND_ENCODING
fn clone(&self) -> _ND_OPERAND_ENCODING
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for _ND_OPERAND_ENCODING
impl Debug for _ND_OPERAND_ENCODING
source§impl Hash for _ND_OPERAND_ENCODING
impl Hash for _ND_OPERAND_ENCODING
source§impl PartialEq for _ND_OPERAND_ENCODING
impl PartialEq for _ND_OPERAND_ENCODING
source§fn eq(&self, other: &_ND_OPERAND_ENCODING) -> bool
fn eq(&self, other: &_ND_OPERAND_ENCODING) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for _ND_OPERAND_ENCODING
impl Eq for _ND_OPERAND_ENCODING
impl StructuralPartialEq for _ND_OPERAND_ENCODING
Auto Trait Implementations§
impl RefUnwindSafe for _ND_OPERAND_ENCODING
impl Send for _ND_OPERAND_ENCODING
impl Sync for _ND_OPERAND_ENCODING
impl Unpin for _ND_OPERAND_ENCODING
impl UnwindSafe for _ND_OPERAND_ENCODING
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more