#[repr(C)]pub struct NMLVSCROLL {
pub hdr: NMHDR,
pub dx: i32,
pub dy: i32,
}Available on crate feature
comctl only.Expand description
NMLVSCROLL
struct.
Fields§
§hdr: NMHDR§dx: i32§dy: i32Auto Trait Implementations§
impl !Sync for NMLVSCROLL
impl Freeze for NMLVSCROLL
impl RefUnwindSafe for NMLVSCROLL
impl Send for NMLVSCROLL
impl Unpin for NMLVSCROLL
impl UnsafeUnpin for NMLVSCROLL
impl UnwindSafe for NMLVSCROLL
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