Struct pax_runtime_api::ArgsTouchStart
source · pub struct ArgsTouchStart {
pub touches: Vec<Touch>,
}
Expand description
A TouchStart occurs when the user touches an element.
The contained touches
represent a list of touch points.
Fields§
§touches: Vec<Touch>
Trait Implementations§
source§impl Clone for ArgsTouchStart
impl Clone for ArgsTouchStart
source§fn clone(&self) -> ArgsTouchStart
fn clone(&self) -> ArgsTouchStart
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 ArgsTouchStart
impl Send for ArgsTouchStart
impl Sync for ArgsTouchStart
impl Unpin for ArgsTouchStart
impl UnwindSafe for ArgsTouchStart
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