Struct winapi::commctrl::NMTBGETINFOTIPA
[−]
[src]
pub struct NMTBGETINFOTIPA { pub hdr: NMHDR, pub pszText: LPSTR, pub cchTextMax: c_int, pub iItem: c_int, pub lParal: LPARAM, }
Fields
hdr | |
pszText | |
cchTextMax | |
iItem | |
lParal |
Trait Implementations
impl Copy for NMTBGETINFOTIPA
[src]
impl Clone for NMTBGETINFOTIPA
[src]
fn clone(&self) -> NMTBGETINFOTIPA
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