#[repr(C)]pub struct NMLVSCROLL {
pub hdr: NMHDR,
pub dx: c_int,
pub dy: c_int,
}
Fields§
§hdr: NMHDR
§dx: c_int
§dy: c_int
Trait 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 Default for NMLVSCROLL
impl Default for NMLVSCROLL
Source§fn default() -> NMLVSCROLL
fn default() -> NMLVSCROLL
Returns the “default value” for a type. Read more
impl Copy 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