Struct makepad_widgets::MouseUpEvent
pub struct MouseUpEvent {
pub abs: DVec2,
pub button: usize,
pub window_id: WindowId,
pub modifiers: KeyModifiers,
pub time: f64,
}
Fields§
§abs: DVec2
§window_id: WindowId
§modifiers: KeyModifiers
§time: f64
Trait Implementations§
§impl Clone for MouseUpEvent
impl Clone for MouseUpEvent
§fn clone(&self) -> MouseUpEvent
fn clone(&self) -> MouseUpEvent
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 more§impl Debug for MouseUpEvent
impl Debug for MouseUpEvent
§impl From<StdinMouseUp> for MouseUpEvent
impl From<StdinMouseUp> for MouseUpEvent
§fn from(v: StdinMouseUp) -> MouseUpEvent
fn from(v: StdinMouseUp) -> MouseUpEvent
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for MouseUpEvent
impl Send for MouseUpEvent
impl Sync for MouseUpEvent
impl Unpin for MouseUpEvent
impl UnwindSafe for MouseUpEvent
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