pub struct OnGuiElemChanged;Expand description
Called when LuaGuiElement element value is changed (related to choose element buttons).
Implementations§
Trait Implementations§
Source§impl Clone for OnGuiElemChanged
impl Clone for OnGuiElemChanged
Source§fn clone(&self) -> OnGuiElemChanged
fn clone(&self) -> OnGuiElemChanged
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 OnGuiElemChanged
Source§impl Debug for OnGuiElemChanged
impl Debug for OnGuiElemChanged
impl Eq for OnGuiElemChanged
Source§impl PartialEq for OnGuiElemChanged
impl PartialEq for OnGuiElemChanged
impl StructuralPartialEq for OnGuiElemChanged
Auto Trait Implementations§
impl Freeze for OnGuiElemChanged
impl RefUnwindSafe for OnGuiElemChanged
impl Send for OnGuiElemChanged
impl Sync for OnGuiElemChanged
impl Unpin for OnGuiElemChanged
impl UnsafeUnpin for OnGuiElemChanged
impl UnwindSafe for OnGuiElemChanged
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