Union windows_sys::Win32::System::Rpc::RPC_ASYNC_NOTIFICATION_INFO
[−]#[repr(C)]
pub union RPC_ASYNC_NOTIFICATION_INFO {
pub APC: RPC_ASYNC_NOTIFICATION_INFO_0,
pub IOC: RPC_ASYNC_NOTIFICATION_INFO_1,
pub IntPtr: RPC_ASYNC_NOTIFICATION_INFO_2,
pub hEvent: HANDLE,
pub NotificationRoutine: PFN_RPCNOTIFICATION_ROUTINE,
}
Expand description
Required features: ‘Win32_System_Rpc’, ‘Win32_Foundation’, ‘Win32_System_IO’
Fields
APC: RPC_ASYNC_NOTIFICATION_INFO_0
IOC: RPC_ASYNC_NOTIFICATION_INFO_1
IntPtr: RPC_ASYNC_NOTIFICATION_INFO_2
hEvent: HANDLE
NotificationRoutine: PFN_RPCNOTIFICATION_ROUTINE
Trait Implementations
impl Clone for RPC_ASYNC_NOTIFICATION_INFO
impl Clone for RPC_ASYNC_NOTIFICATION_INFO
impl Copy for RPC_ASYNC_NOTIFICATION_INFO
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more