Struct windows_sys::Win32::UI::WindowsAndMessaging::SCROLLINFO
[−]#[repr(C)]pub struct SCROLLINFO {
pub cbSize: u32,
pub fMask: SCROLLINFO_MASK,
pub nMin: i32,
pub nMax: i32,
pub nPage: u32,
pub nPos: i32,
pub nTrackPos: i32,
}
Expand description
Required features: ‘Win32_UI_WindowsAndMessaging’
Fields
cbSize: u32
fMask: SCROLLINFO_MASK
nMin: i32
nMax: i32
nPage: u32
nPos: i32
nTrackPos: i32
Trait Implementations
impl Clone for SCROLLINFO
impl Clone for SCROLLINFO
impl Copy for SCROLLINFO
Auto Trait Implementations
impl RefUnwindSafe for SCROLLINFO
impl Send for SCROLLINFO
impl Sync for SCROLLINFO
impl Unpin for SCROLLINFO
impl UnwindSafe for SCROLLINFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more