#[repr(u32)]pub enum _bindgen_ty_1 {
Show 32 variants
NDR_RAX = 0,
NDR_RCX = 1,
NDR_RDX = 2,
NDR_RBX = 3,
NDR_RSP = 4,
NDR_RBP = 5,
NDR_RSI = 6,
NDR_RDI = 7,
NDR_R8 = 8,
NDR_R9 = 9,
NDR_R10 = 10,
NDR_R11 = 11,
NDR_R12 = 12,
NDR_R13 = 13,
NDR_R14 = 14,
NDR_R15 = 15,
NDR_R16 = 16,
NDR_R17 = 17,
NDR_R18 = 18,
NDR_R19 = 19,
NDR_R20 = 20,
NDR_R21 = 21,
NDR_R22 = 22,
NDR_R23 = 23,
NDR_R24 = 24,
NDR_R25 = 25,
NDR_R26 = 26,
NDR_R27 = 27,
NDR_R28 = 28,
NDR_R29 = 29,
NDR_R30 = 30,
NDR_R31 = 31,
}Variants§
NDR_RAX = 0
NDR_RCX = 1
NDR_RDX = 2
NDR_RBX = 3
NDR_RSP = 4
NDR_RBP = 5
NDR_RSI = 6
NDR_RDI = 7
NDR_R8 = 8
NDR_R9 = 9
NDR_R10 = 10
NDR_R11 = 11
NDR_R12 = 12
NDR_R13 = 13
NDR_R14 = 14
NDR_R15 = 15
NDR_R16 = 16
NDR_R17 = 17
NDR_R18 = 18
NDR_R19 = 19
NDR_R20 = 20
NDR_R21 = 21
NDR_R22 = 22
NDR_R23 = 23
NDR_R24 = 24
NDR_R25 = 25
NDR_R26 = 26
NDR_R27 = 27
NDR_R28 = 28
NDR_R29 = 29
NDR_R30 = 30
NDR_R31 = 31
Trait Implementations§
Source§impl Clone for _bindgen_ty_1
impl Clone for _bindgen_ty_1
Source§fn clone(&self) -> _bindgen_ty_1
fn clone(&self) -> _bindgen_ty_1
Returns a duplicate 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 _bindgen_ty_1
impl Debug for _bindgen_ty_1
Source§impl Hash for _bindgen_ty_1
impl Hash for _bindgen_ty_1
Source§impl PartialEq for _bindgen_ty_1
impl PartialEq for _bindgen_ty_1
impl Copy for _bindgen_ty_1
impl Eq for _bindgen_ty_1
impl StructuralPartialEq for _bindgen_ty_1
Auto Trait Implementations§
impl Freeze for _bindgen_ty_1
impl RefUnwindSafe for _bindgen_ty_1
impl Send for _bindgen_ty_1
impl Sync for _bindgen_ty_1
impl Unpin for _bindgen_ty_1
impl UnwindSafe for _bindgen_ty_1
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