Struct winapi::commctrl::NMTVGETINFOTIPA [] [src]

pub struct NMTVGETINFOTIPA {
    pub hdr: NMHDR,
    pub pszText: LPSTR,
    pub cchTextMax: c_int,
    pub hItem: HTREEITEM,
    pub lParam: LPARAM,
}

Fields

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

Trait Implementations

impl Debug for NMTVGETINFOTIPA
[src]

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

Formats the value using the given formatter.

impl Copy for NMTVGETINFOTIPA
[src]

impl Clone for NMTVGETINFOTIPA
[src]

fn clone(&self) -> NMTVGETINFOTIPA

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