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 | |
pszText | |
cchTextMax | |
hItem | |
lParam |
Trait Implementations
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