#[repr(C, packed(1))]pub struct NMPGSCROLL {
pub hdr: NMHDR,
pub fwKeys: WORD,
pub rcParent: RECT,
pub iDir: c_int,
pub iXpos: c_int,
pub iYpos: c_int,
pub iScroll: c_int,
}
Fields§
§hdr: NMHDR
§fwKeys: WORD
§rcParent: RECT
§iDir: c_int
§iXpos: c_int
§iYpos: c_int
§iScroll: c_int
Trait Implementations§
Source§impl Clone for NMPGSCROLL
impl Clone for NMPGSCROLL
Source§fn clone(&self) -> NMPGSCROLL
fn clone(&self) -> NMPGSCROLL
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 NMPGSCROLL
impl Default for NMPGSCROLL
Source§fn default() -> NMPGSCROLL
fn default() -> NMPGSCROLL
Returns the “default value” for a type. Read more
impl Copy for NMPGSCROLL
Auto Trait Implementations§
impl Freeze for NMPGSCROLL
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