Struct touchstart
pub struct touchstart;
Trait Implementations§
§impl EventDescriptor for touchstart
impl EventDescriptor for touchstart
Auto Trait Implementations§
impl Freeze for touchstart
impl RefUnwindSafe for touchstart
impl Send for touchstart
impl Sync for touchstart
impl Unpin for touchstart
impl UnwindSafe for touchstart
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