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