#[repr(C)]pub struct _RPC_MESSAGE {
pub Handle: RPC_BINDING_HANDLE,
pub DataRepresentation: c_ulong,
pub Buffer: *mut c_void,
pub BufferLength: c_uint,
pub ProcNum: c_uint,
pub TransferSyntax: PRPC_SYNTAX_IDENTIFIER,
pub RpcInterfaceInformation: *mut c_void,
pub ReservedForRuntime: *mut c_void,
pub ManagerEpv: *mut c_void,
pub ImportContext: *mut c_void,
pub RpcFlags: c_ulong,
}
Fields§
§Handle: RPC_BINDING_HANDLE
§DataRepresentation: c_ulong
§Buffer: *mut c_void
§BufferLength: c_uint
§ProcNum: c_uint
§TransferSyntax: PRPC_SYNTAX_IDENTIFIER
§RpcInterfaceInformation: *mut c_void
§ReservedForRuntime: *mut c_void
§ManagerEpv: *mut c_void
§ImportContext: *mut c_void
§RpcFlags: c_ulong
Trait Implementations§
Source§impl Clone for _RPC_MESSAGE
impl Clone for _RPC_MESSAGE
Source§fn clone(&self) -> _RPC_MESSAGE
fn clone(&self) -> _RPC_MESSAGE
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_MESSAGE
impl Debug for _RPC_MESSAGE
Source§impl Ord for _RPC_MESSAGE
impl Ord for _RPC_MESSAGE
Source§fn cmp(&self, other: &_RPC_MESSAGE) -> Ordering
fn cmp(&self, other: &_RPC_MESSAGE) -> 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_MESSAGE
impl PartialEq for _RPC_MESSAGE
Source§impl PartialOrd for _RPC_MESSAGE
impl PartialOrd for _RPC_MESSAGE
impl Copy for _RPC_MESSAGE
impl Eq for _RPC_MESSAGE
impl StructuralPartialEq for _RPC_MESSAGE
Auto Trait Implementations§
impl Freeze for _RPC_MESSAGE
impl RefUnwindSafe for _RPC_MESSAGE
impl !Send for _RPC_MESSAGE
impl !Sync for _RPC_MESSAGE
impl Unpin for _RPC_MESSAGE
impl UnwindSafe for _RPC_MESSAGE
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