pub struct TouchData {
pub touch_count: u8,
pub points: [TouchPoint; 2],
}Fields§
§touch_count: u8§points: [TouchPoint; 2]Trait Implementations§
impl Copy 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 UnsafeUnpin 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