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