#[repr(C)]pub struct JS_DATA_TYPE {
pub buttons: __s32,
pub x: __s32,
pub y: __s32,
}Fields§
§x: __s32§y: __s32Trait Implementations§
Source§impl Clone for JS_DATA_TYPE
impl Clone for JS_DATA_TYPE
impl Copy for JS_DATA_TYPE
Source§impl Debug for JS_DATA_TYPE
impl Debug for JS_DATA_TYPE
impl Eq for JS_DATA_TYPE
Source§impl Hash for JS_DATA_TYPE
impl Hash for JS_DATA_TYPE
Source§impl PartialEq for JS_DATA_TYPE
impl PartialEq for JS_DATA_TYPE
Source§fn eq(&self, other: &JS_DATA_TYPE) -> bool
fn eq(&self, other: &JS_DATA_TYPE) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for JS_DATA_TYPE
Auto Trait Implementations§
impl Freeze for JS_DATA_TYPE
impl RefUnwindSafe for JS_DATA_TYPE
impl Send for JS_DATA_TYPE
impl Sync for JS_DATA_TYPE
impl Unpin for JS_DATA_TYPE
impl UnsafeUnpin for JS_DATA_TYPE
impl UnwindSafe for JS_DATA_TYPE
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