pub struct DownEventHandler { /* private fields */ }
Expand description
Left mouse or touch is pressed (Arg is index)
Implementations§
Trait Implementations§
Source§impl Default for DownEventHandler
impl Default for DownEventHandler
Auto Trait Implementations§
impl Freeze for DownEventHandler
impl !RefUnwindSafe for DownEventHandler
impl !Send for DownEventHandler
impl !Sync for DownEventHandler
impl Unpin for DownEventHandler
impl !UnwindSafe for DownEventHandler
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