Struct airmash_protocol::server::EventRepelMob [−][src]
pub struct EventRepelMob {
pub id: Mob,
pub ty: MobType,
pub pos: Position,
pub speed: Velocity,
pub accel: Accel,
pub max_speed: Speed,
}A projectile has been repelled by a goliath
Fields
id: Mob
ty: MobType
pos: Position
speed: Velocity
accel: Accel
max_speed: Speed
Trait Implementations
impl Copy for EventRepelMob[src]
impl Copy for EventRepelMobimpl Clone for EventRepelMob[src]
impl Clone for EventRepelMobfn clone(&self) -> EventRepelMob[src]
fn clone(&self) -> EventRepelMobReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for EventRepelMob[src]
impl Debug for EventRepelMobAuto Trait Implementations
impl Send for EventRepelMob
impl Send for EventRepelMobimpl Sync for EventRepelMob
impl Sync for EventRepelMob