Struct winapi::commctrl::NMPGCALCSIZE
[−]
[src]
pub struct NMPGCALCSIZE { pub hdr: NMHDR, pub dwFlag: DWORD, pub iWidth: c_int, pub iHeight: c_int, }
Fields
hdr | |
dwFlag | |
iWidth | |
iHeight |
Trait Implementations
impl Copy for NMPGCALCSIZE
[src]
impl Clone for NMPGCALCSIZE
[src]
fn clone(&self) -> NMPGCALCSIZE
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