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