Struct airmash_protocol::server::MobUpdate [] [src]

pub struct MobUpdate {
    pub clock: u32,
    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,
}

Update of missile or powerup

Fields

Trait Implementations

impl Clone for MobUpdate
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for MobUpdate
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for MobUpdate
[src]

Auto Trait Implementations

impl Send for MobUpdate

impl Sync for MobUpdate