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