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