#[repr(C)]pub struct EmscriptenTouchPoint {}
Fields§
§identifier: c_int
§screenX: c_int
§screenY: c_int
§clientX: c_int
§clientY: c_int
§pageX: c_int
§pageY: c_int
§isChanged: bool
§onTarget: bool
§targetX: c_int
§targetY: c_int
§canvasX: c_int
§canvasY: c_int
Trait Implementations§
Source§impl Clone for EmscriptenTouchPoint
impl Clone for EmscriptenTouchPoint
Source§fn clone(&self) -> EmscriptenTouchPoint
fn clone(&self) -> EmscriptenTouchPoint
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 moreSource§impl Debug for EmscriptenTouchPoint
impl Debug for EmscriptenTouchPoint
impl Copy for EmscriptenTouchPoint
Auto Trait Implementations§
impl Freeze for EmscriptenTouchPoint
impl RefUnwindSafe for EmscriptenTouchPoint
impl Send for EmscriptenTouchPoint
impl Sync for EmscriptenTouchPoint
impl Unpin for EmscriptenTouchPoint
impl UnwindSafe for EmscriptenTouchPoint
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