Union windows_sys::Win32::UI::Shell::NOTIFYICONDATAA_0
#[repr(C)]
pub union NOTIFYICONDATAA_0 {
pub uTimeout: u32,
pub uVersion: u32,
}
Expand description
Required features: "Win32_Foundation"
, "Win32_UI_WindowsAndMessaging"
Fields§
§uTimeout: u32
§uVersion: u32
Trait Implementations§
§impl Clone for NOTIFYICONDATAA_0
impl Clone for NOTIFYICONDATAA_0
impl Copy for NOTIFYICONDATAA_0
Auto Trait Implementations§
impl RefUnwindSafe for NOTIFYICONDATAA_0
impl Send for NOTIFYICONDATAA_0
impl Sync for NOTIFYICONDATAA_0
impl Unpin for NOTIFYICONDATAA_0
impl UnwindSafe for NOTIFYICONDATAA_0
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