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

Trait Implementations

impl Copy for EventRepelMob
[src]

impl Clone for EventRepelMob
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for EventRepelMob
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations