pub struct TouchData {
pub active: bool,
pub id: u8,
pub position_x: u16,
pub position_y: u16,
}Fields§
§active: bool§id: u8§position_x: u16§position_y: u16Trait Implementations§
impl Copy for TouchData
impl StructuralPartialEq for TouchData
Auto Trait Implementations§
impl Freeze for TouchData
impl RefUnwindSafe for TouchData
impl Send for TouchData
impl Sync for TouchData
impl Unpin for TouchData
impl UnwindSafe for TouchData
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