pub struct OnLuaShortcut;Expand description
Called when a custom Lua shortcut is pressed.
Implementations§
Trait Implementations§
Source§impl Clone for OnLuaShortcut
impl Clone for OnLuaShortcut
Source§fn clone(&self) -> OnLuaShortcut
fn clone(&self) -> OnLuaShortcut
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 OnLuaShortcut
Source§impl Debug for OnLuaShortcut
impl Debug for OnLuaShortcut
impl Eq for OnLuaShortcut
Source§impl PartialEq for OnLuaShortcut
impl PartialEq for OnLuaShortcut
impl StructuralPartialEq for OnLuaShortcut
Auto Trait Implementations§
impl Freeze for OnLuaShortcut
impl RefUnwindSafe for OnLuaShortcut
impl Send for OnLuaShortcut
impl Sync for OnLuaShortcut
impl Unpin for OnLuaShortcut
impl UnsafeUnpin for OnLuaShortcut
impl UnwindSafe for OnLuaShortcut
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