pub enum TouchButtonsListenerEvent {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TouchButtonsListenerEvent
impl RefUnwindSafe for TouchButtonsListenerEvent
impl Send for TouchButtonsListenerEvent
impl Sync for TouchButtonsListenerEvent
impl Unpin for TouchButtonsListenerEvent
impl UnwindSafe for TouchButtonsListenerEvent
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