Struct winapi::commctrl::NMCOMBOBOXEXW
[−]
[src]
pub struct NMCOMBOBOXEXW { pub hdr: NMHDR, pub ceItem: COMBOBOXEXITEMW, }
Fields
hdr | |
ceItem |
Trait Implementations
impl Copy for NMCOMBOBOXEXW
[src]
impl Clone for NMCOMBOBOXEXW
[src]
fn clone(&self) -> NMCOMBOBOXEXW
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