#[repr(C)]
pub union _RPC_ASYNC_NOTIFICATION_INFO {
pub APC: _RPC_ASYNC_NOTIFICATION_INFO__bindgen_ty_1,
pub IOC: _RPC_ASYNC_NOTIFICATION_INFO__bindgen_ty_2,
pub HWND: _RPC_ASYNC_NOTIFICATION_INFO__bindgen_ty_3,
pub hEvent: HANDLE,
pub NotificationRoutine: PFN_RPCNOTIFICATION_ROUTINE,
}
Fields§
§APC: _RPC_ASYNC_NOTIFICATION_INFO__bindgen_ty_1
§IOC: _RPC_ASYNC_NOTIFICATION_INFO__bindgen_ty_2
§HWND: _RPC_ASYNC_NOTIFICATION_INFO__bindgen_ty_3
§hEvent: HANDLE
§NotificationRoutine: PFN_RPCNOTIFICATION_ROUTINE
Trait Implementations§
Source§impl Clone for _RPC_ASYNC_NOTIFICATION_INFO
impl Clone for _RPC_ASYNC_NOTIFICATION_INFO
Source§fn clone(&self) -> _RPC_ASYNC_NOTIFICATION_INFO
fn clone(&self) -> _RPC_ASYNC_NOTIFICATION_INFO
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 moreimpl Copy for _RPC_ASYNC_NOTIFICATION_INFO
Auto Trait Implementations§
impl Freeze for _RPC_ASYNC_NOTIFICATION_INFO
impl RefUnwindSafe for _RPC_ASYNC_NOTIFICATION_INFO
impl !Send for _RPC_ASYNC_NOTIFICATION_INFO
impl !Sync for _RPC_ASYNC_NOTIFICATION_INFO
impl Unpin for _RPC_ASYNC_NOTIFICATION_INFO
impl UnwindSafe for _RPC_ASYNC_NOTIFICATION_INFO
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