pub struct TriggerEffectWithCooldown {
pub distance_cooldown: f64,
pub effect: &'static [LuaAny],
pub initial_distance_cooldown: f64,
pub initial_time_cooldown: u32,
pub time_cooldown: u32,
}Fields§
§distance_cooldown: f64§effect: &'static [LuaAny]§initial_distance_cooldown: f64§initial_time_cooldown: u32§time_cooldown: u32Trait Implementations§
Source§impl Clone for TriggerEffectWithCooldown
impl Clone for TriggerEffectWithCooldown
Source§fn clone(&self) -> TriggerEffectWithCooldown
fn clone(&self) -> TriggerEffectWithCooldown
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 TriggerEffectWithCooldown
Source§impl Debug for TriggerEffectWithCooldown
impl Debug for TriggerEffectWithCooldown
Source§impl Default for TriggerEffectWithCooldown
impl Default for TriggerEffectWithCooldown
Source§fn default() -> TriggerEffectWithCooldown
fn default() -> TriggerEffectWithCooldown
Returns the “default value” for a type. Read more
impl StructuralPartialEq for TriggerEffectWithCooldown
Auto Trait Implementations§
impl Freeze for TriggerEffectWithCooldown
impl RefUnwindSafe for TriggerEffectWithCooldown
impl Send for TriggerEffectWithCooldown
impl Sync for TriggerEffectWithCooldown
impl Unpin for TriggerEffectWithCooldown
impl UnsafeUnpin for TriggerEffectWithCooldown
impl UnwindSafe for TriggerEffectWithCooldown
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