pub struct TurnStoppingEvent {
pub turn_index: u32,
}Fields§
§turn_index: u32Trait Implementations§
Source§impl Clone for TurnStoppingEvent
impl Clone for TurnStoppingEvent
Source§fn clone(&self) -> TurnStoppingEvent
fn clone(&self) -> TurnStoppingEvent
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 moreSource§impl Debug for TurnStoppingEvent
impl Debug for TurnStoppingEvent
Source§impl Default for TurnStoppingEvent
impl Default for TurnStoppingEvent
Source§fn default() -> TurnStoppingEvent
fn default() -> TurnStoppingEvent
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TurnStoppingEvent
impl RefUnwindSafe for TurnStoppingEvent
impl Send for TurnStoppingEvent
impl Sync for TurnStoppingEvent
impl Unpin for TurnStoppingEvent
impl UnsafeUnpin for TurnStoppingEvent
impl UnwindSafe for TurnStoppingEvent
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