Struct windows_sys::Win32::UI::Controls::NMPGSCROLL
[−]#[repr(C, packed(1))]pub struct NMPGSCROLL {
pub hdr: NMHDR,
pub fwKeys: NMPGSCROLL_KEYS,
pub rcParent: RECT,
pub iDir: NMPGSCROLL_DIR,
pub iXpos: i32,
pub iYpos: i32,
pub iScroll: i32,
}Expand description
Required features: "Win32_UI_Controls", "Win32_Foundation"
Fields
hdr: NMHDRfwKeys: NMPGSCROLL_KEYSrcParent: RECTiDir: NMPGSCROLL_DIRiXpos: i32iYpos: i32iScroll: i32Trait Implementations
impl Clone for NMPGSCROLL
impl Clone for NMPGSCROLL
impl Copy for NMPGSCROLL
Auto Trait Implementations
impl RefUnwindSafe for NMPGSCROLL
impl Send for NMPGSCROLL
impl Sync for NMPGSCROLL
impl Unpin for NMPGSCROLL
impl UnwindSafe for NMPGSCROLL
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more