Struct winapi::commctrl::NMTVGETINFOTIPW [] [src]

pub struct NMTVGETINFOTIPW {
    pub hdr: NMHDR,
    pub pszText: LPWSTR,
    pub cchTextMax: c_int,
    pub hItem: HTREEITEM,
    pub lParam: LPARAM,
}

Fields

hdr: NMHDR pszText: LPWSTR cchTextMax: c_int hItem: HTREEITEM lParam: LPARAM

Trait Implementations

impl Debug for NMTVGETINFOTIPW
[src]

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

Formats the value using the given formatter.

impl Copy for NMTVGETINFOTIPW
[src]

impl Clone for NMTVGETINFOTIPW
[src]

fn clone(&self) -> NMTVGETINFOTIPW

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