#[repr(C)]pub struct NMLVSCROLL {
pub hdr: NMHDR,
pub dx: i32,
pub dy: i32,
}Fields§
§hdr: NMHDR§dx: i32§dy: i32Trait Implementations§
Source§impl Clone for NMLVSCROLL
impl Clone for NMLVSCROLL
Source§fn clone(&self) -> NMLVSCROLL
fn clone(&self) -> NMLVSCROLL
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 Debug for NMLVSCROLL
impl Debug for NMLVSCROLL
Source§impl Default for NMLVSCROLL
impl Default for NMLVSCROLL
Source§fn default() -> NMLVSCROLL
fn default() -> NMLVSCROLL
Returns the “default value” for a type. Read more
Source§impl PartialEq for NMLVSCROLL
impl PartialEq for NMLVSCROLL
impl Copy for NMLVSCROLL
impl Eq for NMLVSCROLL
Auto Trait Implementations§
impl Freeze for NMLVSCROLL
impl RefUnwindSafe for NMLVSCROLL
impl Send for NMLVSCROLL
impl Sync for NMLVSCROLL
impl Unpin 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