pub struct TurretAttack {
pub turret_id: u32,
pub target_id: u32,
pub damge: u32,
}Fields§
§turret_id: u32§target_id: u32§damge: u32Auto 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