Struct airmash_protocol::server::EventRepelMobs [] [src]

pub struct EventRepelMobs {
    pub id: u16,
    pub ty: u8,
    pub pos_x: f32,
    pub pos_y: f32,
    pub speed_x: f32,
    pub speed_y: f32,
    pub accel_x: f32,
    pub accel_y: f32,
    pub max_speed: f32,
}

Data about projectiles deflected by a goliath repel.

Fields

Trait Implementations

impl Clone for EventRepelMobs
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for EventRepelMobs
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for EventRepelMobs
[src]

Auto Trait Implementations