Struct winapi::winuser::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
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