Struct winapi::um::winuser::SCROLLINFO
source · #[repr(C)]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_intTrait Implementations§
source§impl Clone for SCROLLINFO
impl Clone for SCROLLINFO
source§fn clone(&self) -> SCROLLINFO
fn clone(&self) -> SCROLLINFO
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Default for SCROLLINFO
impl Default for SCROLLINFO
source§fn default() -> SCROLLINFO
fn default() -> SCROLLINFO
Returns the “default value” for a type. Read more