Struct windows_sys::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
impl Copy for RPC_MESSAGE
Auto Trait Implementations§
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