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

pub struct EventBoost {
    pub clock: u32,
    pub id: u16,
    pub boost: bool,
    pub pos_x: f32,
    pub pos_y: f32,
    pub rot: f32,
    pub speed_x: f32,
    pub speed_y: f32,
    pub energy: f32,
    pub energy_regen: f32,
}

Event for when a predator begins boosting.

Fields

Trait Implementations

impl Clone for EventBoost
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for EventBoost
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for EventBoost
[src]

Auto Trait Implementations

impl Send for EventBoost

impl Sync for EventBoost