Struct winapi::commctrl::NMREBARCHEVRON [] [src]

pub struct NMREBARCHEVRON {
    pub hdr: NMHDR,
    pub uBand: UINT,
    pub wID: UINT,
    pub lParam: LPARAM,
    pub rc: RECT,
    pub lParamNM: LPARAM,
}

Fields

hdr
uBand
wID
lParam
rc
lParamNM

Trait Implementations

impl Copy for NMREBARCHEVRON
[src]

impl Clone for NMREBARCHEVRON
[src]

fn clone(&self) -> NMREBARCHEVRON

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

Derived Implementations

impl Debug for NMREBARCHEVRON
[src]

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

Formats the value using the given formatter.