Struct pax_runtime_api::ArgsMouseUp
source · pub struct ArgsMouseUp {
pub mouse: MouseEventArgs,
}
Expand description
User releases a mouse button over an element.
Fields§
§mouse: MouseEventArgs
Trait Implementations§
source§impl Clone for ArgsMouseUp
impl Clone for ArgsMouseUp
source§fn clone(&self) -> ArgsMouseUp
fn clone(&self) -> ArgsMouseUp
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 ArgsMouseUp
impl Send for ArgsMouseUp
impl Sync for ArgsMouseUp
impl Unpin for ArgsMouseUp
impl UnwindSafe for ArgsMouseUp
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