pub struct FingerDownEvent {
pub window_id: WindowId,
pub abs: DVec2,
pub digit_id: DigitId,
pub device: DigitDevice,
pub tap_count: u32,
pub modifiers: KeyModifiers,
pub time: f64,
pub rect: Rect,
}Fields§
§window_id: WindowId§abs: DVec2§digit_id: DigitId§device: DigitDevice§tap_count: u32§modifiers: KeyModifiers§time: f64§rect: RectImplementations§
Trait Implementations§
Source§impl Clone for FingerDownEvent
impl Clone for FingerDownEvent
Source§fn clone(&self) -> FingerDownEvent
fn clone(&self) -> FingerDownEvent
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for FingerDownEvent
impl RefUnwindSafe for FingerDownEvent
impl Send for FingerDownEvent
impl Sync for FingerDownEvent
impl Unpin for FingerDownEvent
impl UnwindSafe for FingerDownEvent
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