Struct airmash_protocol::server::EventLeaveHorizon [] [src]

pub struct EventLeaveHorizon {
    pub ty: u8,
    pub id: u16,
}

Event for when a player goes beyond the horizon that the server will send updates for.

No more updates will be sent for planes outside the horizon once this packet has been sent.

Fields

Trait Implementations

impl Clone for EventLeaveHorizon
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for EventLeaveHorizon
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for EventLeaveHorizon
[src]

Auto Trait Implementations