pub struct MouseLeaveEvent {
pub abs: DVec2,
pub window_id: WindowId,
pub modifiers: KeyModifiers,
pub time: f64,
pub handled: Cell<Area>,
}Fields§
§abs: DVec2§window_id: WindowId§modifiers: KeyModifiers§time: f64§handled: Cell<Area>Trait Implementations§
Source§impl Clone for MouseLeaveEvent
impl Clone for MouseLeaveEvent
Source§fn clone(&self) -> MouseLeaveEvent
fn clone(&self) -> MouseLeaveEvent
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 MouseLeaveEvent
impl !RefUnwindSafe for MouseLeaveEvent
impl Send for MouseLeaveEvent
impl !Sync for MouseLeaveEvent
impl Unpin for MouseLeaveEvent
impl UnwindSafe for MouseLeaveEvent
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