Struct winapi::commctrl::HDITEMW [] [src]

pub struct HDITEMW {
    pub mask: UINT,
    pub cxy: c_int,
    pub pszText: LPWSTR,
    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: UINT cxy: c_int pszText: LPWSTR hbm: HBITMAP cchTextMax: c_int fmt: c_int lParam: LPARAM iImage: c_int iOrder: c_int _type: UINT pvFilter: *mut c_void state: UINT

Trait Implementations

impl Debug for HDITEMW
[src]

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

Formats the value using the given formatter.

impl Copy for HDITEMW
[src]

impl Clone for HDITEMW
[src]

fn clone(&self) -> HDITEMW

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