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