pub struct EffectRef {
pub spell: SpellIdx,
pub effect_index: u8,
}Expand description
Coordinate of one 1-based effect within a spell.
Fields§
§spell: SpellIdx§effect_index: u8Implementations§
Trait Implementations§
impl Copy for EffectRef
impl Eq for EffectRef
impl StructuralPartialEq for EffectRef
Auto Trait Implementations§
impl Freeze for EffectRef
impl RefUnwindSafe for EffectRef
impl Send for EffectRef
impl Sync for EffectRef
impl Unpin for EffectRef
impl UnsafeUnpin for EffectRef
impl UnwindSafe for EffectRef
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