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: NMHDR iItem: c_int iButton: c_int pitem: *mut HDITEMA

Trait Implementations

impl Debug for NMHEADERA
[src]

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

Formats the value using the given formatter.

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