Struct windows_sys::Win32::System::Rpc::RPC_ASYNC_NOTIFICATION_INFO_2
[−]Expand description
Required features: "Win32_System_Rpc"
, "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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more