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 | |
fmt | |
cx | |
pszText | |
cchTextMax | |
iSubItem | |
iImage | |
iOrder | |
cxMin | |
cxDefault | |
cxIdeal |
Trait Implementations
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