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