Struct airmash_protocol::server::EventBounce[][src]

pub struct EventBounce {
    pub clock: u32,
    pub id: Player,
    pub keystate: ServerKeyState,
    pub pos: Position,
    pub rot: Rotation,
    pub speed: Velocity,
}

A player has run into a wall

Fields

Trait Implementations

impl Copy for EventBounce
[src]

impl Clone for EventBounce
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for EventBounce
[src]

Formats the value using the given formatter. Read more

impl From<EventBounce> for ServerPacket
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for EventBounce

impl Sync for EventBounce