Expand description
Required features: "Win32_UI_Notifications"
Fields
Key: PCWSTR
Value: PCWSTR
Trait Implementations
impl Clone for NOTIFICATION_USER_INPUT_DATA
impl Clone for NOTIFICATION_USER_INPUT_DATA
impl Copy for NOTIFICATION_USER_INPUT_DATA
Auto Trait Implementations
impl RefUnwindSafe for NOTIFICATION_USER_INPUT_DATA
impl !Send for NOTIFICATION_USER_INPUT_DATA
impl !Sync for NOTIFICATION_USER_INPUT_DATA
impl Unpin for NOTIFICATION_USER_INPUT_DATA
impl UnwindSafe for NOTIFICATION_USER_INPUT_DATA
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