Struct vex_sdk::touch::V5_TouchStatus
source · #[repr(C)]pub struct V5_TouchStatus {
pub lastEvent: V5_TouchEvent,
pub lastXpos: i16,
pub lastYpos: i16,
pub pressCount: i32,
pub releaseCount: i32,
}Fields§
§lastEvent: V5_TouchEvent§lastXpos: i16§lastYpos: i16§pressCount: i32§releaseCount: i32Trait Implementations§
source§impl Clone for V5_TouchStatus
impl Clone for V5_TouchStatus
source§fn clone(&self) -> V5_TouchStatus
fn clone(&self) -> V5_TouchStatus
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 V5_TouchStatus
impl Debug for V5_TouchStatus
source§impl PartialEq for V5_TouchStatus
impl PartialEq for V5_TouchStatus
source§fn eq(&self, other: &V5_TouchStatus) -> bool
fn eq(&self, other: &V5_TouchStatus) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for V5_TouchStatus
impl Eq for V5_TouchStatus
impl StructuralPartialEq for V5_TouchStatus
Auto Trait Implementations§
impl Freeze for V5_TouchStatus
impl RefUnwindSafe for V5_TouchStatus
impl Send for V5_TouchStatus
impl Sync for V5_TouchStatus
impl Unpin for V5_TouchStatus
impl UnwindSafe for V5_TouchStatus
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