Struct winapi::commctrl::NMTBGETINFOTIPW [] [src]

pub struct NMTBGETINFOTIPW {
    pub hdr: NMHDR,
    pub pszText: LPWSTR,
    pub cchTextMax: c_int,
    pub iItem: c_int,
    pub lParal: LPARAM,
}

Fields

hdr: NMHDR pszText: LPWSTR cchTextMax: c_int iItem: c_int lParal: LPARAM

Trait Implementations

impl Debug for NMTBGETINFOTIPW
[src]

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

Formats the value using the given formatter.

impl Copy for NMTBGETINFOTIPW
[src]

impl Clone for NMTBGETINFOTIPW
[src]

fn clone(&self) -> NMTBGETINFOTIPW

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