#[repr(u32)]pub enum _bindgen_ty_8 {
Show 32 variants
NDR_DR0 = 0,
NDR_DR1 = 1,
NDR_DR2 = 2,
NDR_DR3 = 3,
NDR_DR4 = 4,
NDR_DR5 = 5,
NDR_DR6 = 6,
NDR_DR7 = 7,
NDR_DR8 = 8,
NDR_DR9 = 9,
NDR_DR10 = 10,
NDR_DR11 = 11,
NDR_DR12 = 12,
NDR_DR13 = 13,
NDR_DR14 = 14,
NDR_DR15 = 15,
NDR_DR16 = 16,
NDR_DR17 = 17,
NDR_DR18 = 18,
NDR_DR19 = 19,
NDR_DR20 = 20,
NDR_DR21 = 21,
NDR_DR22 = 22,
NDR_DR23 = 23,
NDR_DR24 = 24,
NDR_DR25 = 25,
NDR_DR26 = 26,
NDR_DR27 = 27,
NDR_DR28 = 28,
NDR_DR29 = 29,
NDR_DR30 = 30,
NDR_DR31 = 31,
}Variants§
NDR_DR0 = 0
NDR_DR1 = 1
NDR_DR2 = 2
NDR_DR3 = 3
NDR_DR4 = 4
NDR_DR5 = 5
NDR_DR6 = 6
NDR_DR7 = 7
NDR_DR8 = 8
NDR_DR9 = 9
NDR_DR10 = 10
NDR_DR11 = 11
NDR_DR12 = 12
NDR_DR13 = 13
NDR_DR14 = 14
NDR_DR15 = 15
NDR_DR16 = 16
NDR_DR17 = 17
NDR_DR18 = 18
NDR_DR19 = 19
NDR_DR20 = 20
NDR_DR21 = 21
NDR_DR22 = 22
NDR_DR23 = 23
NDR_DR24 = 24
NDR_DR25 = 25
NDR_DR26 = 26
NDR_DR27 = 27
NDR_DR28 = 28
NDR_DR29 = 29
NDR_DR30 = 30
NDR_DR31 = 31
Trait Implementations§
Source§impl Clone for _bindgen_ty_8
impl Clone for _bindgen_ty_8
Source§fn clone(&self) -> _bindgen_ty_8
fn clone(&self) -> _bindgen_ty_8
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_8
impl Debug for _bindgen_ty_8
Source§impl Hash for _bindgen_ty_8
impl Hash for _bindgen_ty_8
Source§impl PartialEq for _bindgen_ty_8
impl PartialEq for _bindgen_ty_8
impl Copy for _bindgen_ty_8
impl Eq for _bindgen_ty_8
impl StructuralPartialEq for _bindgen_ty_8
Auto Trait Implementations§
impl Freeze for _bindgen_ty_8
impl RefUnwindSafe for _bindgen_ty_8
impl Send for _bindgen_ty_8
impl Sync for _bindgen_ty_8
impl Unpin for _bindgen_ty_8
impl UnwindSafe for _bindgen_ty_8
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