Struct winapi::commctrl::COMBOBOXEXITEMA
[−]
[src]
pub struct COMBOBOXEXITEMA { pub mask: UINT, pub iItem: INT_PTR, pub pszText: LPSTR, pub cchTextMax: c_int, pub iImage: c_int, pub iSelectedImage: c_int, pub iOverlay: c_int, pub iIndent: c_int, pub lParam: LPARAM, }
Fields
mask | |
iItem | |
pszText | |
cchTextMax | |
iImage | |
iSelectedImage | |
iOverlay | |
iIndent | |
lParam |
Trait Implementations
impl Copy for COMBOBOXEXITEMA
[src]
impl Clone for COMBOBOXEXITEMA
[src]
fn clone(&self) -> COMBOBOXEXITEMA
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