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

Trait Implementations

impl Debug for NMHEADERW
[src]

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

Formats the value using the given formatter.

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