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