pub struct OnSegmentedUnitDamagedFilter;Implementations§
Source§impl LuaSegmentedUnitDamagedEventFilter
impl LuaSegmentedUnitDamagedEventFilter
pub const fn damage_type(_value: &str) -> EventFilterEntry
pub fn final_damage_amount(_comparison: &str, _value: f64) -> EventFilterEntry
pub fn final_health(_comparison: &str, _value: f64) -> EventFilterEntry
pub const fn name(_value: &str) -> EventFilterEntry
pub fn original_damage_amount( _comparison: &str, _value: f64, ) -> EventFilterEntry
Trait Implementations§
Source§impl Clone for LuaSegmentedUnitDamagedEventFilter
impl Clone for LuaSegmentedUnitDamagedEventFilter
Source§fn clone(&self) -> LuaSegmentedUnitDamagedEventFilter
fn clone(&self) -> LuaSegmentedUnitDamagedEventFilter
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 LuaSegmentedUnitDamagedEventFilter
impl Eq for LuaSegmentedUnitDamagedEventFilter
impl StructuralPartialEq for LuaSegmentedUnitDamagedEventFilter
Auto Trait Implementations§
impl Freeze for LuaSegmentedUnitDamagedEventFilter
impl RefUnwindSafe for LuaSegmentedUnitDamagedEventFilter
impl Send for LuaSegmentedUnitDamagedEventFilter
impl Sync for LuaSegmentedUnitDamagedEventFilter
impl Unpin for LuaSegmentedUnitDamagedEventFilter
impl UnsafeUnpin for LuaSegmentedUnitDamagedEventFilter
impl UnwindSafe for LuaSegmentedUnitDamagedEventFilter
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