pub struct OnPlayerClickedGpsTagEvent {
pub name: &'static str,
pub player_index: u32,
pub position: LuaAny,
pub surface: &'static str,
pub tick: u32,
}Expand description
Called when a player clicks a gps tag
Fields§
§name: &'static str§player_index: u32§position: LuaAny§surface: &'static str§tick: u32Trait Implementations§
Source§impl Clone for OnPlayerClickedGpsTagEvent
impl Clone for OnPlayerClickedGpsTagEvent
Source§fn clone(&self) -> OnPlayerClickedGpsTagEvent
fn clone(&self) -> OnPlayerClickedGpsTagEvent
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 OnPlayerClickedGpsTagEvent
Source§impl Debug for OnPlayerClickedGpsTagEvent
impl Debug for OnPlayerClickedGpsTagEvent
Source§impl Default for OnPlayerClickedGpsTagEvent
impl Default for OnPlayerClickedGpsTagEvent
Source§fn default() -> OnPlayerClickedGpsTagEvent
fn default() -> OnPlayerClickedGpsTagEvent
Returns the “default value” for a type. Read more
impl StructuralPartialEq for OnPlayerClickedGpsTagEvent
Auto Trait Implementations§
impl Freeze for OnPlayerClickedGpsTagEvent
impl RefUnwindSafe for OnPlayerClickedGpsTagEvent
impl Send for OnPlayerClickedGpsTagEvent
impl Sync for OnPlayerClickedGpsTagEvent
impl Unpin for OnPlayerClickedGpsTagEvent
impl UnsafeUnpin for OnPlayerClickedGpsTagEvent
impl UnwindSafe for OnPlayerClickedGpsTagEvent
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