Struct ctru_sys::touchPosition
source · #[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 copy 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