Struct winapi::commctrl::NMREBARCHILDSIZE
[−]
[src]
pub struct NMREBARCHILDSIZE { pub hdr: NMHDR, pub uBand: UINT, pub wID: UINT, pub rcChild: RECT, pub rcBand: RECT, }
Fields
hdr | |
uBand | |
wID | |
rcChild | |
rcBand |
Trait Implementations
impl Copy for NMREBARCHILDSIZE
[src]
impl Clone for NMREBARCHILDSIZE
[src]
fn clone(&self) -> NMREBARCHILDSIZE
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