Struct winapi::commctrl::LVCOLUMNW [] [src]

pub struct LVCOLUMNW {
    pub mask: UINT,
    pub fmt: c_int,
    pub cx: c_int,
    pub pszText: LPWSTR,
    pub cchTextMax: c_int,
    pub iSubItem: c_int,
    pub iImage: c_int,
    pub iOrder: c_int,
    pub cxMin: c_int,
    pub cxDefault: c_int,
    pub cxIdeal: c_int,
}

Fields

mask
fmt
cx
pszText
cchTextMax
iSubItem
iImage
iOrder
cxMin
cxDefault
cxIdeal

Trait Implementations

impl Copy for LVCOLUMNW
[src]

impl Clone for LVCOLUMNW
[src]

fn clone(&self) -> LVCOLUMNW

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

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

Formats the value using the given formatter.