Struct winapi::commctrl::NMVIEWCHANGE
[−]
[src]
pub struct NMVIEWCHANGE { pub nmhdr: NMHDR, pub dwOldView: DWORD, pub dwNewView: DWORD, }
Fields
nmhdr | |
dwOldView | |
dwNewView |
Trait Implementations
impl Copy for NMVIEWCHANGE
[src]
impl Clone for NMVIEWCHANGE
[src]
fn clone(&self) -> NMVIEWCHANGE
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