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