Struct winapi::commctrl::NMREBARAUTOBREAK [] [src]

pub struct NMREBARAUTOBREAK {
    pub hdr: NMHDR,
    pub uBand: UINT,
    pub wID: UINT,
    pub lParam: LPARAM,
    pub uMsg: UINT,
    pub fStyleCurrent: UINT,
    pub fAutoBreak: UINT,
}

Fields

hdr: NMHDR uBand: UINT wID: UINT lParam: LPARAM uMsg: UINT fStyleCurrent: UINT fAutoBreak: UINT

Trait Implementations

impl Debug for NMREBARAUTOBREAK
[src]

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

Formats the value using the given formatter.

impl Copy for NMREBARAUTOBREAK
[src]

impl Clone for NMREBARAUTOBREAK
[src]

fn clone(&self) -> NMREBARAUTOBREAK

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