Struct winapi::commctrl::NMTOOLTIPSCREATED [] [src]

pub struct NMTOOLTIPSCREATED {
    pub hdr: NMHDR,
    pub hwndToolTips: HWND,
}

Fields

hdr: NMHDR hwndToolTips: HWND

Trait Implementations

impl Debug for NMTOOLTIPSCREATED
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

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