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 | |
lpReserved1 | |
lpReserved2 | |
pszText | |
cchTextMax | |
iImage |
Trait Implementations
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