Struct winapi::commctrl::LVCOLUMNA [] [src]

pub struct LVCOLUMNA {
    pub mask: UINT,
    pub fmt: c_int,
    pub cx: c_int,
    pub pszText: LPSTR,
    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: UINT fmt: c_int cx: c_int pszText: LPSTR cchTextMax: c_int iSubItem: c_int iImage: c_int iOrder: c_int cxMin: c_int cxDefault: c_int cxIdeal: c_int

Trait Implementations

impl Debug for LVCOLUMNA
[src]

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

Formats the value using the given formatter.

impl Copy for LVCOLUMNA
[src]

impl Clone for LVCOLUMNA
[src]

fn clone(&self) -> LVCOLUMNA

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