Struct winapi::commctrl::NMREBAR [] [src]

pub struct NMREBAR {
    pub hdr: NMHDR,
    pub dwMask: DWORD,
    pub uBand: UINT,
    pub fStyle: UINT,
    pub wID: UINT,
    pub lParam: LPARAM,
}

Fields

hdr
dwMask
uBand
fStyle
wID
lParam

Trait Implementations

impl Copy for NMREBAR
[src]

impl Clone for NMREBAR
[src]

fn clone(&self) -> NMREBAR

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 NMREBAR
[src]

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

Formats the value using the given formatter.