Struct winapi::commctrl::LVITEMA
[−]
[src]
pub struct LVITEMA {
pub mask: UINT,
pub iItem: c_int,
pub iSubItem: c_int,
pub state: UINT,
pub stateMask: UINT,
pub pszText: LPSTR,
pub cchTextMax: c_int,
pub iImage: c_int,
pub lParam: LPARAM,
pub iIndent: c_int,
pub iGroupId: c_int,
pub cColumns: UINT,
pub puColumns: PUINT,
pub piColFmt: *mut c_int,
pub iGroup: c_int,
}Fields
mask | |
iItem | |
iSubItem | |
state | |
stateMask | |
pszText | |
cchTextMax | |
iImage | |
lParam | |
iIndent | |
iGroupId | |
cColumns | |
puColumns | |
piColFmt | |
iGroup |
Trait Implementations
impl Copy for LVITEMA[src]
impl Clone for LVITEMA[src]
fn clone(&self) -> LVITEMA
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