Struct winapi::SCROLLINFO [] [src]

pub struct SCROLLINFO {
    pub cbSize: UINT,
    pub fMask: UINT,
    pub nMin: c_int,
    pub nMax: c_int,
    pub nPage: UINT,
    pub nPos: c_int,
    pub nTrackPos: c_int,
}

Fields

cbSize
fMask
nMin
nMax
nPage
nPos
nTrackPos

Trait Implementations

Derived Implementations

impl Debug for SCROLLINFO

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

impl Copy for SCROLLINFO

impl Clone for SCROLLINFO

fn clone(&self) -> SCROLLINFO

fn clone_from(&mut self, source: &Self)