Struct 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: u32Trait 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
impl Copy 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