Struct winapi::commctrl::TCITEMHEADERA [] [src]

pub struct TCITEMHEADERA {
    pub mask: UINT,
    pub lpReserved1: UINT,
    pub lpReserved2: UINT,
    pub pszText: LPSTR,
    pub cchTextMax: c_int,
    pub iImage: c_int,
}

Fields

mask: UINT lpReserved1: UINT lpReserved2: UINT pszText: LPSTR cchTextMax: c_int iImage: c_int

Trait Implementations

impl Debug for TCITEMHEADERA
[src]

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

Formats the value using the given formatter.

impl Copy for TCITEMHEADERA
[src]

impl Clone for TCITEMHEADERA
[src]

fn clone(&self) -> TCITEMHEADERA

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