Struct windows_sys::Win32::UI::Controls::NMLVSCROLL
[−]Expand description
Required features: "Win32_UI_Controls"
, "Win32_Foundation"
Fields
hdr: NMHDR
dx: i32
dy: i32
Trait Implementations
impl Clone for NMLVSCROLL
impl Clone for NMLVSCROLL
impl Copy for NMLVSCROLL
Auto Trait Implementations
impl RefUnwindSafe for NMLVSCROLL
impl Send for NMLVSCROLL
impl Sync for NMLVSCROLL
impl Unpin for NMLVSCROLL
impl UnwindSafe for NMLVSCROLL
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