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