pub struct FingerHoverEvent {
pub window_id: WindowId,
pub abs: DVec2,
pub digit_id: DigitId,
pub device: DigitDevice,
pub modifiers: KeyModifiers,
pub time: f64,
pub rect: Rect,
}
Fields§
§window_id: WindowId
§abs: DVec2
§digit_id: DigitId
§device: DigitDevice
§modifiers: KeyModifiers
§time: f64
§rect: Rect
Trait Implementations§
Source§impl Clone for FingerHoverEvent
impl Clone for FingerHoverEvent
Source§fn clone(&self) -> FingerHoverEvent
fn clone(&self) -> FingerHoverEvent
Returns a duplicate 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 FingerHoverEvent
impl RefUnwindSafe for FingerHoverEvent
impl Send for FingerHoverEvent
impl Sync for FingerHoverEvent
impl Unpin for FingerHoverEvent
impl UnwindSafe for FingerHoverEvent
Blanket Implementations§
Source§impl<T> ActionTrait for T
impl<T> ActionTrait for T
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