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: UINT iItem: c_int iSubItem: c_int state: UINT stateMask: UINT pszText: LPSTR cchTextMax: c_int iImage: c_int lParam: LPARAM iIndent: c_int iGroupId: c_int cColumns: UINT puColumns: PUINT piColFmt: *mut c_int iGroup: c_int

Trait Implementations

impl Debug for LVITEMA
[src]

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

Formats the value using the given formatter.

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