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_Foundation"
Fields§
§hdr: NMHDR
§fwKeys: NMPGSCROLL_KEYS
§rcParent: RECT
§iDir: NMPGSCROLL_DIR
§iXpos: i32
§iYpos: i32
§iScroll: i32
Trait 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§
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