#[repr(u32)]pub enum _bindgen_ty_5 {
Show 32 variants
NDR_AL64 = 0,
NDR_CL64 = 1,
NDR_DL64 = 2,
NDR_BL64 = 3,
NDR_SPL = 4,
NDR_BPL = 5,
NDR_SIL = 6,
NDR_DIL = 7,
NDR_R8L = 8,
NDR_R9L = 9,
NDR_R10L = 10,
NDR_R11L = 11,
NDR_R12L = 12,
NDR_R13L = 13,
NDR_R14L = 14,
NDR_R15L = 15,
NDR_R16L = 16,
NDR_R17L = 17,
NDR_R18L = 18,
NDR_R19L = 19,
NDR_R20L = 20,
NDR_R21L = 21,
NDR_R22L = 22,
NDR_R23L = 23,
NDR_R24L = 24,
NDR_R25L = 25,
NDR_R26L = 26,
NDR_R27L = 27,
NDR_R28L = 28,
NDR_R29L = 29,
NDR_R30L = 30,
NDR_R31L = 31,
}Variants§
NDR_AL64 = 0
NDR_CL64 = 1
NDR_DL64 = 2
NDR_BL64 = 3
NDR_SPL = 4
NDR_BPL = 5
NDR_SIL = 6
NDR_DIL = 7
NDR_R8L = 8
NDR_R9L = 9
NDR_R10L = 10
NDR_R11L = 11
NDR_R12L = 12
NDR_R13L = 13
NDR_R14L = 14
NDR_R15L = 15
NDR_R16L = 16
NDR_R17L = 17
NDR_R18L = 18
NDR_R19L = 19
NDR_R20L = 20
NDR_R21L = 21
NDR_R22L = 22
NDR_R23L = 23
NDR_R24L = 24
NDR_R25L = 25
NDR_R26L = 26
NDR_R27L = 27
NDR_R28L = 28
NDR_R29L = 29
NDR_R30L = 30
NDR_R31L = 31
Trait Implementations§
Source§impl Clone for _bindgen_ty_5
impl Clone for _bindgen_ty_5
Source§fn clone(&self) -> _bindgen_ty_5
fn clone(&self) -> _bindgen_ty_5
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_5
impl Debug for _bindgen_ty_5
Source§impl Hash for _bindgen_ty_5
impl Hash for _bindgen_ty_5
Source§impl PartialEq for _bindgen_ty_5
impl PartialEq for _bindgen_ty_5
impl Copy for _bindgen_ty_5
impl Eq for _bindgen_ty_5
impl StructuralPartialEq for _bindgen_ty_5
Auto Trait Implementations§
impl Freeze for _bindgen_ty_5
impl RefUnwindSafe for _bindgen_ty_5
impl Send for _bindgen_ty_5
impl Sync for _bindgen_ty_5
impl Unpin for _bindgen_ty_5
impl UnwindSafe for _bindgen_ty_5
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