#[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_intTrait 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.6.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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)