#[repr(u32)]pub enum _bindgen_ty_7 {
Show 32 variants
NDR_CR0 = 0,
NDR_CR1 = 1,
NDR_CR2 = 2,
NDR_CR3 = 3,
NDR_CR4 = 4,
NDR_CR5 = 5,
NDR_CR6 = 6,
NDR_CR7 = 7,
NDR_CR8 = 8,
NDR_CR9 = 9,
NDR_CR10 = 10,
NDR_CR11 = 11,
NDR_CR12 = 12,
NDR_CR13 = 13,
NDR_CR14 = 14,
NDR_CR15 = 15,
NDR_CR16 = 16,
NDR_CR17 = 17,
NDR_CR18 = 18,
NDR_CR19 = 19,
NDR_CR20 = 20,
NDR_CR21 = 21,
NDR_CR22 = 22,
NDR_CR23 = 23,
NDR_CR24 = 24,
NDR_CR25 = 25,
NDR_CR26 = 26,
NDR_CR27 = 27,
NDR_CR28 = 28,
NDR_CR29 = 29,
NDR_CR30 = 30,
NDR_CR31 = 31,
}Variants§
NDR_CR0 = 0
NDR_CR1 = 1
NDR_CR2 = 2
NDR_CR3 = 3
NDR_CR4 = 4
NDR_CR5 = 5
NDR_CR6 = 6
NDR_CR7 = 7
NDR_CR8 = 8
NDR_CR9 = 9
NDR_CR10 = 10
NDR_CR11 = 11
NDR_CR12 = 12
NDR_CR13 = 13
NDR_CR14 = 14
NDR_CR15 = 15
NDR_CR16 = 16
NDR_CR17 = 17
NDR_CR18 = 18
NDR_CR19 = 19
NDR_CR20 = 20
NDR_CR21 = 21
NDR_CR22 = 22
NDR_CR23 = 23
NDR_CR24 = 24
NDR_CR25 = 25
NDR_CR26 = 26
NDR_CR27 = 27
NDR_CR28 = 28
NDR_CR29 = 29
NDR_CR30 = 30
NDR_CR31 = 31
Trait Implementations§
Source§impl Clone for _bindgen_ty_7
impl Clone for _bindgen_ty_7
Source§fn clone(&self) -> _bindgen_ty_7
fn clone(&self) -> _bindgen_ty_7
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_7
impl Debug for _bindgen_ty_7
Source§impl Hash for _bindgen_ty_7
impl Hash for _bindgen_ty_7
Source§impl PartialEq for _bindgen_ty_7
impl PartialEq for _bindgen_ty_7
impl Copy for _bindgen_ty_7
impl Eq for _bindgen_ty_7
impl StructuralPartialEq for _bindgen_ty_7
Auto Trait Implementations§
impl Freeze for _bindgen_ty_7
impl RefUnwindSafe for _bindgen_ty_7
impl Send for _bindgen_ty_7
impl Sync for _bindgen_ty_7
impl Unpin for _bindgen_ty_7
impl UnwindSafe for _bindgen_ty_7
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