Struct windows_sys::Win32::System::Rpc::RPC_CLIENT_INTERFACE
[−]#[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: *const c_void,
pub Flags: u32,
}
Expand description
Required features: "Win32_System_Rpc"
Fields
Length: u32
InterfaceId: RPC_SYNTAX_IDENTIFIER
TransferSyntax: RPC_SYNTAX_IDENTIFIER
DispatchTable: *mut RPC_DISPATCH_TABLE
RpcProtseqEndpointCount: u32
RpcProtseqEndpoint: *mut RPC_PROTSEQ_ENDPOINT
Reserved: usize
InterpreterInfo: *const c_void
Flags: u32
Trait Implementations
impl Clone for RPC_CLIENT_INTERFACE
impl Clone for RPC_CLIENT_INTERFACE
impl Copy for RPC_CLIENT_INTERFACE
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more