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: NMHDR dwMask: DWORD uBand: UINT fStyle: UINT wID: UINT lParam: LPARAM

Trait Implementations

impl Debug for NMREBAR
[src]

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

Formats the value using the given formatter.

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