pub struct LongPressEvent {
pub window_id: WindowId,
pub abs: DVec2,
pub uid: u64,
pub time: f64,
}Fields§
§window_id: WindowId§abs: DVec2§uid: u64§time: f64Trait Implementations§
Source§impl Clone for LongPressEvent
impl Clone for LongPressEvent
Source§fn clone(&self) -> LongPressEvent
fn clone(&self) -> LongPressEvent
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 LongPressEvent
impl RefUnwindSafe for LongPressEvent
impl Send for LongPressEvent
impl Sync for LongPressEvent
impl Unpin for LongPressEvent
impl UnwindSafe for LongPressEvent
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