Struct airmash_protocol::server::EventBoost[][src]

pub struct EventBoost {
    pub clock: u32,
    pub id: Player,
    pub boost: bool,
    pub pos: Position,
    pub rot: Rotation,
    pub speed: Velocity,
    pub energy: Energy,
    pub energy_regen: EnergyRegen,
}

A predator has begun/stopped boosting

Fields

Trait Implementations

impl Copy for EventBoost
[src]

impl Clone for EventBoost
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for EventBoost
[src]

Formats the value using the given formatter. Read more

impl From<EventBoost> for ServerPacket
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for EventBoost

impl Sync for EventBoost