]> git.proxmox.com Git - rustc.git/blob - vendor/windows-sys-0.42.0/src/Windows/Win32/UI/Notifications/mod.rs
New upstream version 1.70.0+dfsg1
[rustc.git] / vendor / windows-sys-0.42.0 / src / Windows / Win32 / UI / Notifications / mod.rs
1 pub type INotificationActivationCallback = *mut ::core::ffi::c_void;
2 #[repr(C)]
3 #[doc = "*Required features: `\"Win32_UI_Notifications\"`*"]
4 pub struct NOTIFICATION_USER_INPUT_DATA {
5 pub Key: ::windows_sys::core::PCWSTR,
6 pub Value: ::windows_sys::core::PCWSTR,
7 }
8 impl ::core::marker::Copy for NOTIFICATION_USER_INPUT_DATA {}
9 impl ::core::clone::Clone for NOTIFICATION_USER_INPUT_DATA {
10 fn clone(&self) -> Self {
11 *self
12 }
13 }