Struct winapi::commctrl::NMPGSCROLL [] [src]

pub struct NMPGSCROLL {
    pub hdr: NMHDR,
    pub fwKeys: BOOL,
    pub rcParent: RECT,
    pub iDir: c_int,
    pub iXpos: c_int,
    pub iYpos: c_int,
    pub iScroll: c_int,
}

Fields

hdr
fwKeys
rcParent
iDir
iXpos
iYpos
iScroll

Trait Implementations

impl Copy for NMPGSCROLL
[src]

impl Clone for NMPGSCROLL
[src]

fn clone(&self) -> NMPGSCROLL

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

Derived Implementations

impl Debug for NMPGSCROLL
[src]

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

Formats the value using the given formatter.