#[repr(C)]pub struct _RPC_CLIENT_INTERFACE {
pub Length: c_uint,
pub InterfaceId: RPC_SYNTAX_IDENTIFIER,
pub TransferSyntax: RPC_SYNTAX_IDENTIFIER,
pub DispatchTable: PRPC_DISPATCH_TABLE,
pub RpcProtseqEndpointCount: c_uint,
pub RpcProtseqEndpoint: PRPC_PROTSEQ_ENDPOINT,
pub Reserved: ULONG_PTR,
pub InterpreterInfo: *const c_void,
pub Flags: c_uint,
}Fields§
§Length: c_uint§InterfaceId: RPC_SYNTAX_IDENTIFIER§TransferSyntax: RPC_SYNTAX_IDENTIFIER§DispatchTable: PRPC_DISPATCH_TABLE§RpcProtseqEndpointCount: c_uint§RpcProtseqEndpoint: PRPC_PROTSEQ_ENDPOINT§Reserved: ULONG_PTR§InterpreterInfo: *const c_void§Flags: c_uintTrait Implementations§
Source§impl Clone for _RPC_CLIENT_INTERFACE
impl Clone for _RPC_CLIENT_INTERFACE
Source§fn clone(&self) -> _RPC_CLIENT_INTERFACE
fn clone(&self) -> _RPC_CLIENT_INTERFACE
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 _RPC_CLIENT_INTERFACE
impl Debug for _RPC_CLIENT_INTERFACE
impl Copy for _RPC_CLIENT_INTERFACE
Auto Trait Implementations§
impl Freeze for _RPC_CLIENT_INTERFACE
impl RefUnwindSafe for _RPC_CLIENT_INTERFACE
impl !Send for _RPC_CLIENT_INTERFACE
impl !Sync for _RPC_CLIENT_INTERFACE
impl Unpin for _RPC_CLIENT_INTERFACE
impl UnwindSafe for _RPC_CLIENT_INTERFACE
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