Struct winapi::commctrl::TCITEMHEADERW
[−]
[src]
pub struct TCITEMHEADERW {
pub mask: UINT,
pub lpReserved1: UINT,
pub lpReserved2: UINT,
pub pszText: LPWSTR,
pub cchTextMax: c_int,
pub iImage: c_int,
}Fields
mask | |
lpReserved1 | |
lpReserved2 | |
pszText | |
cchTextMax | |
iImage |
Trait Implementations
impl Copy for TCITEMHEADERW[src]
impl Clone for TCITEMHEADERW[src]
fn clone(&self) -> TCITEMHEADERW
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