Struct windows::Win32::System::Rpc::RPC_MESSAGE
#[repr(C)]pub struct RPC_MESSAGE {
pub Handle: *mut c_void,
pub DataRepresentation: u32,
pub Buffer: *mut c_void,
pub BufferLength: u32,
pub ProcNum: u32,
pub TransferSyntax: *mut RPC_SYNTAX_IDENTIFIER,
pub RpcInterfaceInformation: *mut c_void,
pub ReservedForRuntime: *mut c_void,
pub ManagerEpv: *mut c_void,
pub ImportContext: *mut c_void,
pub RpcFlags: u32,
}
Fields§
§Handle: *mut c_void
§DataRepresentation: u32
§Buffer: *mut c_void
§BufferLength: u32
§ProcNum: u32
§TransferSyntax: *mut RPC_SYNTAX_IDENTIFIER
§RpcInterfaceInformation: *mut c_void
§ReservedForRuntime: *mut c_void
§ManagerEpv: *mut c_void
§ImportContext: *mut c_void
§RpcFlags: u32
Trait Implementations§
§impl Clone for RPC_MESSAGE
impl Clone for RPC_MESSAGE
§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 more§impl Debug for RPC_MESSAGE
impl Debug for RPC_MESSAGE
§impl PartialEq for RPC_MESSAGE
impl PartialEq for RPC_MESSAGE
§fn eq(&self, other: &RPC_MESSAGE) -> bool
fn eq(&self, other: &RPC_MESSAGE) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)