Struct airmash_protocol::server::EventRepelPlayer [] [src]

pub struct EventRepelPlayer {
    pub id: u16,
    pub keystats: u8,
    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,
    pub player_health: f32,
    pub player_health_regen: f32,
}

Data about players repelled by a goliath deflect.

Fields

Trait Implementations

impl Clone for EventRepelPlayer
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for EventRepelPlayer
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for EventRepelPlayer
[src]

Auto Trait Implementations