Struct winapi::commctrl::HDITEMA [] [src]

pub struct HDITEMA {
    pub mask: UINT,
    pub cxy: c_int,
    pub pszText: LPSTR,
    pub hbm: HBITMAP,
    pub cchTextMax: c_int,
    pub fmt: c_int,
    pub lParam: LPARAM,
    pub iImage: c_int,
    pub iOrder: c_int,
    pub _type: UINT,
    pub pvFilter: *mut c_void,
    pub state: UINT,
}

Fields

mask
cxy
pszText
hbm
cchTextMax
fmt
lParam
iImage
iOrder
_type
pvFilter
state

Trait Implementations

impl Copy for HDITEMA
[src]

impl Clone for HDITEMA
[src]

fn clone(&self) -> HDITEMA

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 HDITEMA
[src]

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

Formats the value using the given formatter.