[][src]Struct CCODE::_MIDL_STUB_DESC

#[repr(C)]pub struct _MIDL_STUB_DESC {
    pub RpcInterfaceInformation: *mut c_void,
    pub pfnAllocate: Option<unsafe extern "C" fn(arg1: size_t) -> *mut c_void>,
    pub pfnFree: Option<unsafe extern "C" fn(arg1: *mut c_void)>,
    pub IMPLICIT_HANDLE_INFO: _MIDL_STUB_DESC__bindgen_ty_1,
    pub apfnNdrRundownRoutines: *const NDR_RUNDOWN,
    pub aGenericBindingRoutinePairs: *const GENERIC_BINDING_ROUTINE_PAIR,
    pub apfnExprEval: *const EXPR_EVAL,
    pub aXmitQuintuple: *const XMIT_ROUTINE_QUINTUPLE,
    pub pFormatTypes: *const c_uchar,
    pub fCheckBounds: c_int,
    pub Version: c_ulong,
    pub pMallocFreeStruct: *mut MALLOC_FREE_STRUCT,
    pub MIDLVersion: c_long,
    pub CommFaultOffsets: *const COMM_FAULT_OFFSETS,
    pub aUserMarshalQuadruple: *const USER_MARSHAL_ROUTINE_QUADRUPLE,
    pub NotifyRoutineTable: *const NDR_NOTIFY_ROUTINE,
    pub mFlags: ULONG_PTR,
    pub CsRoutineTables: *const NDR_CS_ROUTINES,
    pub ProxyServerInfo: *mut c_void,
    pub pExprInfo: *const NDR_EXPR_DESC,
}

Fields

RpcInterfaceInformation: *mut c_voidpfnAllocate: Option<unsafe extern "C" fn(arg1: size_t) -> *mut c_void>pfnFree: Option<unsafe extern "C" fn(arg1: *mut c_void)>IMPLICIT_HANDLE_INFO: _MIDL_STUB_DESC__bindgen_ty_1apfnNdrRundownRoutines: *const NDR_RUNDOWNaGenericBindingRoutinePairs: *const GENERIC_BINDING_ROUTINE_PAIRapfnExprEval: *const EXPR_EVALaXmitQuintuple: *const XMIT_ROUTINE_QUINTUPLEpFormatTypes: *const c_ucharfCheckBounds: c_intVersion: c_ulongpMallocFreeStruct: *mut MALLOC_FREE_STRUCTMIDLVersion: c_longCommFaultOffsets: *const COMM_FAULT_OFFSETSaUserMarshalQuadruple: *const USER_MARSHAL_ROUTINE_QUADRUPLENotifyRoutineTable: *const NDR_NOTIFY_ROUTINEmFlags: ULONG_PTRCsRoutineTables: *const NDR_CS_ROUTINESProxyServerInfo: *mut c_voidpExprInfo: *const NDR_EXPR_DESC

Trait Implementations

impl Clone for _MIDL_STUB_DESC[src]

impl Copy for _MIDL_STUB_DESC[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.