pub struct OnPlayerSetQuickBarSlot;Expand description
Called when a player sets a quickbar slot to anything (new value, or set to empty).
Implementations§
Trait Implementations§
Source§impl Clone for OnPlayerSetQuickBarSlot
impl Clone for OnPlayerSetQuickBarSlot
Source§fn clone(&self) -> OnPlayerSetQuickBarSlot
fn clone(&self) -> OnPlayerSetQuickBarSlot
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 OnPlayerSetQuickBarSlot
Source§impl Debug for OnPlayerSetQuickBarSlot
impl Debug for OnPlayerSetQuickBarSlot
impl Eq for OnPlayerSetQuickBarSlot
Source§impl PartialEq for OnPlayerSetQuickBarSlot
impl PartialEq for OnPlayerSetQuickBarSlot
impl StructuralPartialEq for OnPlayerSetQuickBarSlot
Auto Trait Implementations§
impl Freeze for OnPlayerSetQuickBarSlot
impl RefUnwindSafe for OnPlayerSetQuickBarSlot
impl Send for OnPlayerSetQuickBarSlot
impl Sync for OnPlayerSetQuickBarSlot
impl Unpin for OnPlayerSetQuickBarSlot
impl UnsafeUnpin for OnPlayerSetQuickBarSlot
impl UnwindSafe for OnPlayerSetQuickBarSlot
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