Struct makepad_widgets::shader::std::event::TouchUpdateEvent
pub struct TouchUpdateEvent {
pub time: f64,
pub window_id: WindowId,
pub modifiers: KeyModifiers,
pub touches: Vec<TouchPoint, Global>,
}Fields§
§time: f64§window_id: WindowId§modifiers: KeyModifiers§touches: Vec<TouchPoint, Global>Trait Implementations§
§impl Clone for TouchUpdateEvent
impl Clone for TouchUpdateEvent
§fn clone(&self) -> TouchUpdateEvent
fn clone(&self) -> TouchUpdateEvent
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 TouchUpdateEvent
impl Send for TouchUpdateEvent
impl !Sync for TouchUpdateEvent
impl Unpin for TouchUpdateEvent
impl UnwindSafe for TouchUpdateEvent
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