#[repr(C)]pub struct touchPosition {
pub px: u16_,
pub py: u16_,
}Expand description
Touch position.
Fields§
§px: u16_< Touch X
py: u16_< Touch Y
Trait Implementations§
Source§impl Clone for touchPosition
impl Clone for touchPosition
Source§fn clone(&self) -> touchPosition
fn clone(&self) -> touchPosition
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for touchPosition
impl Debug for touchPosition
Source§impl Default for touchPosition
impl Default for touchPosition
Source§fn default() -> touchPosition
fn default() -> touchPosition
Returns the “default value” for a type. Read more
impl Copy for touchPosition
Auto Trait Implementations§
impl Freeze for touchPosition
impl RefUnwindSafe for touchPosition
impl Send for touchPosition
impl Sync for touchPosition
impl Unpin for touchPosition
impl UnwindSafe for touchPosition
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)