Struct winapi::commctrl::NMRBAUTOSIZE
[−]
[src]
pub struct NMRBAUTOSIZE { pub hdr: NMHDR, pub fChanged: BOOL, pub rcTarget: RECT, pub rcActual: RECT, }
Fields
hdr | |
fChanged | |
rcTarget | |
rcActual |
Trait Implementations
impl Copy for NMRBAUTOSIZE
[src]
impl Clone for NMRBAUTOSIZE
[src]
fn clone(&self) -> NMRBAUTOSIZE
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