Struct winapi::commctrl::TVITEMEXW
[−]
[src]
pub struct TVITEMEXW { pub mask: UINT, pub hItem: HTREEITEM, pub state: UINT, pub stateMask: UINT, pub pszText: LPWSTR, pub cchTextMax: c_int, pub iImage: c_int, pub iSelectedImage: c_int, pub cChildren: c_int, pub lParam: LPARAM, pub iIntegral: c_int, pub uStateEx: UINT, pub hwnd: HWND, pub iExpandedImage: c_int, pub iReserved: c_int, }
Fields
mask | |
hItem | |
state | |
stateMask | |
pszText | |
cchTextMax | |
iImage | |
iSelectedImage | |
cChildren | |
lParam | |
iIntegral | |
uStateEx | |
hwnd | |
iExpandedImage | |
iReserved |
Trait Implementations
impl Copy for TVITEMEXW
[src]
impl Clone for TVITEMEXW
[src]
fn clone(&self) -> TVITEMEXW
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