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 | |
pszText | |
cchTextMax | |
iItem | |
lParal |
Trait Implementations
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