#[repr(C)]pub struct sapp_touchpoint {
pub identifier: usize,
pub pos_x: f32,
pub pos_y: f32,
pub changed: bool,
}
Fields§
§identifier: usize
§pos_x: f32
§pos_y: f32
§changed: bool
Trait Implementations§
Source§impl Clone for sapp_touchpoint
impl Clone for sapp_touchpoint
Source§fn clone(&self) -> sapp_touchpoint
fn clone(&self) -> sapp_touchpoint
Returns a duplicate 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 sapp_touchpoint
impl Debug for sapp_touchpoint
impl Copy for sapp_touchpoint
Auto Trait Implementations§
impl Freeze for sapp_touchpoint
impl RefUnwindSafe for sapp_touchpoint
impl Send for sapp_touchpoint
impl Sync for sapp_touchpoint
impl Unpin for sapp_touchpoint
impl UnwindSafe for sapp_touchpoint
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