Struct winapi::commctrl::COMBOBOXEXITEMW [] [src]

pub struct COMBOBOXEXITEMW {
    pub mask: UINT,
    pub iItem: INT_PTR,
    pub pszText: LPWSTR,
    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: UINT iItem: INT_PTR pszText: LPWSTR cchTextMax: c_int iImage: c_int iSelectedImage: c_int iOverlay: c_int iIndent: c_int lParam: LPARAM

Trait Implementations

impl Debug for COMBOBOXEXITEMW
[src]

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

Formats the value using the given formatter.

impl Copy for COMBOBOXEXITEMW
[src]

impl Clone for COMBOBOXEXITEMW
[src]

fn clone(&self) -> COMBOBOXEXITEMW

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