pub enum CombatFxKind {
MeleeArc,
Cone,
Sphere,
Beam,
HitMarker,
}Expand description
Spatial combat cue for map overlays (plans/39).
Variants§
Trait Implementations§
Source§impl Clone for CombatFxKind
impl Clone for CombatFxKind
Source§fn clone(&self) -> CombatFxKind
fn clone(&self) -> CombatFxKind
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 CombatFxKind
Source§impl Debug for CombatFxKind
impl Debug for CombatFxKind
Source§impl<'de> Deserialize<'de> for CombatFxKind
impl<'de> Deserialize<'de> for CombatFxKind
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for CombatFxKind
Source§impl PartialEq for CombatFxKind
impl PartialEq for CombatFxKind
Source§impl Serialize for CombatFxKind
impl Serialize for CombatFxKind
impl StructuralPartialEq for CombatFxKind
Auto Trait Implementations§
impl Freeze for CombatFxKind
impl RefUnwindSafe for CombatFxKind
impl Send for CombatFxKind
impl Sync for CombatFxKind
impl Unpin for CombatFxKind
impl UnsafeUnpin for CombatFxKind
impl UnwindSafe for CombatFxKind
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