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