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