#[repr(C)]pub struct tagSCROLLINFO {
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§
Source§impl Clone for tagSCROLLINFO
impl Clone for tagSCROLLINFO
Source§fn clone(&self) -> tagSCROLLINFO
fn clone(&self) -> tagSCROLLINFO
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 Debug for tagSCROLLINFO
impl Debug for tagSCROLLINFO
Source§impl Ord for tagSCROLLINFO
impl Ord for tagSCROLLINFO
Source§fn cmp(&self, other: &tagSCROLLINFO) -> Ordering
fn cmp(&self, other: &tagSCROLLINFO) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for tagSCROLLINFO
impl PartialEq for tagSCROLLINFO
Source§impl PartialOrd for tagSCROLLINFO
impl PartialOrd for tagSCROLLINFO
impl Copy for tagSCROLLINFO
impl Eq for tagSCROLLINFO
impl StructuralPartialEq for tagSCROLLINFO
Auto Trait Implementations§
impl Freeze for tagSCROLLINFO
impl RefUnwindSafe for tagSCROLLINFO
impl Send for tagSCROLLINFO
impl Sync for tagSCROLLINFO
impl Unpin for tagSCROLLINFO
impl UnwindSafe for tagSCROLLINFO
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more