pub struct TouchDown {
pub device: Device,
pub time: u64,
pub touch_id: u32,
pub x: f32,
pub y: f32,
}Fields§
§device: Device§time: u64§touch_id: u32§x: f32§y: f32Trait Implementations§
impl StructuralPartialEq for TouchDown
Auto Trait Implementations§
impl Freeze for TouchDown
impl RefUnwindSafe for TouchDown
impl Send for TouchDown
impl Sync for TouchDown
impl Unpin for TouchDown
impl UnwindSafe for TouchDown
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