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