#[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_uint
Trait 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 copy 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
Source§impl Ord for _RPC_CLIENT_INTERFACE
impl Ord for _RPC_CLIENT_INTERFACE
Source§fn cmp(&self, other: &_RPC_CLIENT_INTERFACE) -> Ordering
fn cmp(&self, other: &_RPC_CLIENT_INTERFACE) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for _RPC_CLIENT_INTERFACE
impl PartialEq for _RPC_CLIENT_INTERFACE
Source§impl PartialOrd for _RPC_CLIENT_INTERFACE
impl PartialOrd for _RPC_CLIENT_INTERFACE
impl Copy for _RPC_CLIENT_INTERFACE
impl Eq for _RPC_CLIENT_INTERFACE
impl StructuralPartialEq 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