Struct winapi::commctrl::HDITEMW
[−]
[src]
pub struct HDITEMW { pub mask: UINT, pub cxy: c_int, pub pszText: LPWSTR, pub hbm: HBITMAP, pub cchTextMax: c_int, pub fmt: c_int, pub lParam: LPARAM, pub iImage: c_int, pub iOrder: c_int, pub _type: UINT, pub pvFilter: *mut c_void, pub state: UINT, }
Fields
mask | |
cxy | |
pszText | |
hbm | |
cchTextMax | |
fmt | |
lParam | |
iImage | |
iOrder | |
_type | |
pvFilter | |
state |
Trait Implementations
impl Copy for HDITEMW
[src]
impl Clone for HDITEMW
[src]
fn clone(&self) -> HDITEMW
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