pub struct TurretAttack {
pub turret_hex: Hex,
pub target_hex: Hex,
pub target_kind: Attackable,
}Expand description
A turret attacking an attackable target
Fields§
§turret_hex: Hex§target_hex: Hex§target_kind: AttackableAuto Trait Implementations§
impl Freeze for TurretAttack
impl RefUnwindSafe for TurretAttack
impl Send for TurretAttack
impl Sync for TurretAttack
impl Unpin for TurretAttack
impl UnwindSafe for TurretAttack
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