Struct winapi::commctrl::NMUPDOWN [] [src]

pub struct NMUPDOWN {
    pub hdr: NMHDR,
    pub iPos: c_int,
    pub iDelta: c_int,
}

Fields

hdr: NMHDR iPos: c_int iDelta: c_int

Trait Implementations

impl Debug for NMUPDOWN
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

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