pub struct TouchUpdateEvent {
pub time: f64,
pub window_id: WindowId,
pub modifiers: KeyModifiers,
pub touches: Vec<TouchPoint>,
}Fields§
§time: f64§window_id: WindowId§modifiers: KeyModifiers§touches: Vec<TouchPoint>Trait Implementations§
Source§impl Clone for TouchUpdateEvent
impl Clone for TouchUpdateEvent
Source§fn clone(&self) -> TouchUpdateEvent
fn clone(&self) -> TouchUpdateEvent
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 TouchUpdateEvent
impl !Sync for TouchUpdateEvent
impl Freeze for TouchUpdateEvent
impl Send for TouchUpdateEvent
impl Unpin for TouchUpdateEvent
impl UnsafeUnpin for TouchUpdateEvent
impl UnwindSafe for TouchUpdateEvent
Blanket Implementations§
Source§impl<T> ActionTrait for T
impl<T> ActionTrait for T
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