Struct airmash_protocol::client::Horizon[][src]

pub struct Horizon {
    pub horizon_x: u16,
    pub horizon_y: u16,
}

Packet to tell the server to resize the horizon for the client.

In theory this should expand the visible range for the client, in practice the official server appears to ignore these packets.

Fields

Trait Implementations

impl Copy for Horizon
[src]

impl Clone for Horizon
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Horizon
[src]

Formats the value using the given formatter. Read more

impl From<Horizon> for ClientPacket
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Horizon

impl Sync for Horizon