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