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