Struct airmash_protocol::server::GameFireWall [] [src]

pub struct GameFireWall {
    pub ty: u8,
    pub status: u8,
    pub pos_x: f32,
    pub pos_y: f32,
    pub radius: f32,
    pub speed: f32,
}

Update of the "Ring of Fire" in BTR

Fields

Trait Implementations

impl Clone for GameFireWall
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for GameFireWall
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for GameFireWall
[src]

Auto Trait Implementations

impl Send for GameFireWall

impl Sync for GameFireWall