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