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