Struct winapi::commctrl::NMTOOLTIPSCREATED
[−]
[src]
pub struct NMTOOLTIPSCREATED {
pub hdr: NMHDR,
pub hwndToolTips: HWND,
}Fields
hdr | |
hwndToolTips |
Trait Implementations
impl Copy for NMTOOLTIPSCREATED[src]
impl Clone for NMTOOLTIPSCREATED[src]
fn clone(&self) -> NMTOOLTIPSCREATED
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more