Enum bddisasm_sys::_ND_TUPLE
source · #[repr(u32)]pub enum _ND_TUPLE {
Show 18 variants
ND_TUPLE_None = 0,
ND_TUPLE_FV = 1,
ND_TUPLE_HV = 2,
ND_TUPLE_QV = 3,
ND_TUPLE_T1S8 = 4,
ND_TUPLE_T1S16 = 5,
ND_TUPLE_T1S = 6,
ND_TUPLE_T1F = 7,
ND_TUPLE_T2 = 8,
ND_TUPLE_T4 = 9,
ND_TUPLE_T8 = 10,
ND_TUPLE_FVM = 11,
ND_TUPLE_HVM = 12,
ND_TUPLE_QVM = 13,
ND_TUPLE_OVM = 14,
ND_TUPLE_M128 = 15,
ND_TUPLE_DUP = 16,
ND_TUPLE_T1_4X = 17,
}Variants§
ND_TUPLE_None = 0
ND_TUPLE_FV = 1
ND_TUPLE_HV = 2
ND_TUPLE_QV = 3
ND_TUPLE_T1S8 = 4
ND_TUPLE_T1S16 = 5
ND_TUPLE_T1S = 6
ND_TUPLE_T1F = 7
ND_TUPLE_T2 = 8
ND_TUPLE_T4 = 9
ND_TUPLE_T8 = 10
ND_TUPLE_FVM = 11
ND_TUPLE_HVM = 12
ND_TUPLE_QVM = 13
ND_TUPLE_OVM = 14
ND_TUPLE_M128 = 15
ND_TUPLE_DUP = 16
ND_TUPLE_T1_4X = 17
Trait Implementations§
source§impl PartialEq for _ND_TUPLE
impl PartialEq for _ND_TUPLE
impl Copy for _ND_TUPLE
impl Eq for _ND_TUPLE
impl StructuralPartialEq for _ND_TUPLE
Auto Trait Implementations§
impl RefUnwindSafe for _ND_TUPLE
impl Send for _ND_TUPLE
impl Sync for _ND_TUPLE
impl Unpin for _ND_TUPLE
impl UnwindSafe for _ND_TUPLE
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