Struct makepad_widgets::shader::std::FingerHoverEvent
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§
§impl Clone for FingerHoverEvent
impl Clone for FingerHoverEvent
§fn clone(&self) -> FingerHoverEvent
fn clone(&self) -> FingerHoverEvent
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 RefUnwindSafe for FingerHoverEvent
impl Send for FingerHoverEvent
impl Sync for FingerHoverEvent
impl Unpin for FingerHoverEvent
impl UnwindSafe for FingerHoverEvent
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