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