Struct winapi::commctrl::NMHEADERW
[−]
[src]
pub struct NMHEADERW { pub hdr: NMHDR, pub iItem: c_int, pub iButton: c_int, pub pitem: *mut HDITEMW, }
Fields
hdr | |
iItem | |
iButton | |
pitem |
Trait Implementations
impl Copy for NMHEADERW
[src]
impl Clone for NMHEADERW
[src]
fn clone(&self) -> NMHEADERW
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