pub struct WheelEventHandler { /* private fields */ }
Expand description
Mouse wheel is moved/scrolled (Arg is wheel delta)
Implementations§
Trait Implementations§
Source§impl Default for WheelEventHandler
impl Default for WheelEventHandler
Auto Trait Implementations§
impl Freeze for WheelEventHandler
impl !RefUnwindSafe for WheelEventHandler
impl !Send for WheelEventHandler
impl !Sync for WheelEventHandler
impl Unpin for WheelEventHandler
impl !UnwindSafe for WheelEventHandler
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