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 | |
uBand | |
wID | |
lParam | |
uMsg | |
fStyleCurrent | |
fAutoBreak |
Trait Implementations
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