#[repr(C)]pub struct sapp_touchpoint {
pub identifier: c_ulong,
pub pos_x: c_float,
pub pos_y: c_float,
pub changed: bool,
}
Fields§
§identifier: c_ulong
§pos_x: c_float
§pos_y: c_float
§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 moreimpl 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