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