pub struct OnGuiConfirmed;Expand description
Called when a LuaGuiElement is confirmed, for example by pressing Enter in a textfield.
Implementations§
Trait Implementations§
Source§impl Clone for OnGuiConfirmed
impl Clone for OnGuiConfirmed
Source§fn clone(&self) -> OnGuiConfirmed
fn clone(&self) -> OnGuiConfirmed
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 OnGuiConfirmed
Source§impl Debug for OnGuiConfirmed
impl Debug for OnGuiConfirmed
impl Eq for OnGuiConfirmed
Source§impl PartialEq for OnGuiConfirmed
impl PartialEq for OnGuiConfirmed
impl StructuralPartialEq for OnGuiConfirmed
Auto Trait Implementations§
impl Freeze for OnGuiConfirmed
impl RefUnwindSafe for OnGuiConfirmed
impl Send for OnGuiConfirmed
impl Sync for OnGuiConfirmed
impl Unpin for OnGuiConfirmed
impl UnsafeUnpin for OnGuiConfirmed
impl UnwindSafe for OnGuiConfirmed
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