#[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_void§pfnAllocate: isize§pfnFree: isize§IMPLICIT_HANDLE_INFO: MIDL_STUB_DESC_0§apfnNdrRundownRoutines: *const NDR_RUNDOWN§aGenericBindingRoutinePairs: *const GENERIC_BINDING_ROUTINE_PAIR§apfnExprEval: *const EXPR_EVAL§aXmitQuintuple: *const XMIT_ROUTINE_QUINTUPLE§pFormatTypes: *const u8§fCheckBounds: i32§Version: u32§pMallocFreeStruct: *mut MALLOC_FREE_STRUCT§MIDLVersion: i32§CommFaultOffsets: *const COMM_FAULT_OFFSETS§aUserMarshalQuadruple: *const USER_MARSHAL_ROUTINE_QUADRUPLE§NotifyRoutineTable: *const NDR_NOTIFY_ROUTINE§mFlags: usize§CsRoutineTables: *const NDR_CS_ROUTINES§ProxyServerInfo: *mut c_void§pExprInfo: *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.