Struct pax_runtime_api::ArgsTouchEnd
source · pub struct ArgsTouchEnd {
pub touches: Vec<Touch>,
}
Expand description
A TouchEnd occurs when the user stops touching an element.
The contained touches
represent a list of touch points.
Fields§
§touches: Vec<Touch>
Trait Implementations§
source§impl Clone for ArgsTouchEnd
impl Clone for ArgsTouchEnd
source§fn clone(&self) -> ArgsTouchEnd
fn clone(&self) -> ArgsTouchEnd
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl RefUnwindSafe for ArgsTouchEnd
impl Send for ArgsTouchEnd
impl Sync for ArgsTouchEnd
impl Unpin for ArgsTouchEnd
impl UnwindSafe for ArgsTouchEnd
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