pub struct OnGuiHover;Expand description
Called when LuaGuiElement is hovered by the mouse.
Only fired for events whose LuaGuiElement::raise_hover_events is true.
Implementations§
Trait Implementations§
Source§impl Clone for OnGuiHover
impl Clone for OnGuiHover
Source§fn clone(&self) -> OnGuiHover
fn clone(&self) -> OnGuiHover
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for OnGuiHover
Source§impl Debug for OnGuiHover
impl Debug for OnGuiHover
impl Eq for OnGuiHover
Source§impl PartialEq for OnGuiHover
impl PartialEq for OnGuiHover
impl StructuralPartialEq for OnGuiHover
Auto Trait Implementations§
impl Freeze for OnGuiHover
impl RefUnwindSafe for OnGuiHover
impl Send for OnGuiHover
impl Sync for OnGuiHover
impl Unpin for OnGuiHover
impl UnsafeUnpin for OnGuiHover
impl UnwindSafe for OnGuiHover
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