Union windows::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,
}
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
§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 more§impl Default for RPC_ASYNC_NOTIFICATION_INFO
impl Default for RPC_ASYNC_NOTIFICATION_INFO
impl 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)