Struct winapi::commctrl::NMCOMBOBOXEXW [] [src]

pub struct NMCOMBOBOXEXW {
    pub hdr: NMHDR,
    pub ceItem: COMBOBOXEXITEMW,
}

Fields

hdr: NMHDR ceItem: COMBOBOXEXITEMW

Trait Implementations

impl Debug for NMCOMBOBOXEXW
[src]

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

Formats the value using the given formatter.

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