Union windows_sys::Win32::UI::Shell::NOTIFYICONDATAA_0
[−]Expand description
Required features: ‘Win32_UI_Shell’, ‘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
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