Struct winapi::commctrl::NMCOMBOBOXEXA [] [src]

pub struct NMCOMBOBOXEXA {
    pub hdr: NMHDR,
    pub ceItem: COMBOBOXEXITEMA,
}

Fields

hdr
ceItem

Trait Implementations

impl Copy for NMCOMBOBOXEXA
[src]

impl Clone for NMCOMBOBOXEXA
[src]

fn clone(&self) -> NMCOMBOBOXEXA

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

Derived Implementations

impl Debug for NMCOMBOBOXEXA
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.