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