#[repr(C)]
pub struct RPC_CLIENT_INTERFACE { pub Length: u32, pub InterfaceId: RPC_SYNTAX_IDENTIFIER, pub TransferSyntax: RPC_SYNTAX_IDENTIFIER, pub DispatchTable: *mut RPC_DISPATCH_TABLE, pub RpcProtseqEndpointCount: u32, pub RpcProtseqEndpoint: *mut RPC_PROTSEQ_ENDPOINT, pub Reserved: usize, pub InterpreterInfo: *mut c_void, pub Flags: u32, }
Expand description

Required features: ‘Win32_System_Rpc’

Fields

Length: u32InterfaceId: RPC_SYNTAX_IDENTIFIERTransferSyntax: RPC_SYNTAX_IDENTIFIERDispatchTable: *mut RPC_DISPATCH_TABLERpcProtseqEndpointCount: u32RpcProtseqEndpoint: *mut RPC_PROTSEQ_ENDPOINTReserved: usizeInterpreterInfo: *mut c_voidFlags: u32

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

Performs the conversion.

Performs the conversion.

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.