Struct windows_sys::Win32::UI::Controls::NMTOOLTIPSCREATED
[−]Expand description
Required features: "Win32_UI_Controls"
, "Win32_Foundation"
Fields
hdr: NMHDR
hwndToolTips: HWND
Trait Implementations
impl Clone for NMTOOLTIPSCREATED
impl Clone for NMTOOLTIPSCREATED
impl Copy for NMTOOLTIPSCREATED
Auto Trait Implementations
impl RefUnwindSafe for NMTOOLTIPSCREATED
impl Send for NMTOOLTIPSCREATED
impl Sync for NMTOOLTIPSCREATED
impl Unpin for NMTOOLTIPSCREATED
impl UnwindSafe for NMTOOLTIPSCREATED
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