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: UINT fMask: UINT nMin: c_int nMax: c_int nPage: UINT nPos: c_int nTrackPos: c_int

Trait Implementations

impl Debug for SCROLLINFO
[src]

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

Formats the value using the given formatter.

impl Copy for SCROLLINFO
[src]

impl Clone for SCROLLINFO
[src]

fn clone(&self) -> SCROLLINFO

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