pub struct MovedEventHandler { /* private fields */ }
Expand description
Pointer position changed (Arg is delta from last position)
Implementations§
Trait Implementations§
Source§impl Default for MovedEventHandler
impl Default for MovedEventHandler
Auto Trait Implementations§
impl Freeze for MovedEventHandler
impl !RefUnwindSafe for MovedEventHandler
impl !Send for MovedEventHandler
impl !Sync for MovedEventHandler
impl Unpin for MovedEventHandler
impl !UnwindSafe for MovedEventHandler
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