#[repr(C)]
pub struct MIDL_STUB_DESC {
Show 20 fields pub RpcInterfaceInformation: *mut c_void, pub pfnAllocate: isize, pub pfnFree: isize, pub IMPLICIT_HANDLE_INFO: MIDL_STUB_DESC_0, 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 u8, pub fCheckBounds: i32, pub Version: u32, pub pMallocFreeStruct: *mut MALLOC_FREE_STRUCT, pub MIDLVersion: i32, pub CommFaultOffsets: *const COMM_FAULT_OFFSETS, pub aUserMarshalQuadruple: *const USER_MARSHAL_ROUTINE_QUADRUPLE, pub NotifyRoutineTable: *const NDR_NOTIFY_ROUTINE, pub mFlags: usize, pub CsRoutineTables: *const NDR_CS_ROUTINES, pub ProxyServerInfo: *mut c_void, pub pExprInfo: *const NDR_EXPR_DESC,
}
Expand description

Required features: "Win32_System_Rpc", "Win32_System_Com"

Fields

RpcInterfaceInformation: *mut c_voidpfnAllocate: isizepfnFree: isizeIMPLICIT_HANDLE_INFO: MIDL_STUB_DESC_0apfnNdrRundownRoutines: *const NDR_RUNDOWNaGenericBindingRoutinePairs: *const GENERIC_BINDING_ROUTINE_PAIRapfnExprEval: *const EXPR_EVALaXmitQuintuple: *const XMIT_ROUTINE_QUINTUPLEpFormatTypes: *const u8fCheckBounds: i32Version: u32pMallocFreeStruct: *mut MALLOC_FREE_STRUCTMIDLVersion: i32CommFaultOffsets: *const COMM_FAULT_OFFSETSaUserMarshalQuadruple: *const USER_MARSHAL_ROUTINE_QUADRUPLENotifyRoutineTable: *const NDR_NOTIFY_ROUTINEmFlags: usizeCsRoutineTables: *const NDR_CS_ROUTINESProxyServerInfo: *mut c_voidpExprInfo: *const NDR_EXPR_DESC

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.