Struct windows_sys::Win32::System::Rpc::RPC_ASYNC_NOTIFICATION_INFO_2
#[repr(C)]pub struct RPC_ASYNC_NOTIFICATION_INFO_2 {
pub hWnd: HWND,
pub Msg: u32,
}
Expand description
Required features: "Win32_Foundation"
, "Win32_System_IO"
Fields§
§hWnd: HWND
§Msg: u32
Trait Implementations§
§impl Clone for RPC_ASYNC_NOTIFICATION_INFO_2
impl Clone for RPC_ASYNC_NOTIFICATION_INFO_2
impl Copy for RPC_ASYNC_NOTIFICATION_INFO_2
Auto Trait Implementations§
impl RefUnwindSafe for RPC_ASYNC_NOTIFICATION_INFO_2
impl Send for RPC_ASYNC_NOTIFICATION_INFO_2
impl Sync for RPC_ASYNC_NOTIFICATION_INFO_2
impl Unpin for RPC_ASYNC_NOTIFICATION_INFO_2
impl UnwindSafe for RPC_ASYNC_NOTIFICATION_INFO_2
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