Struct airmash_protocol::client::Horizon [−][src]
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
horizon_x: u16
horizon_y: u16
Trait Implementations
impl Copy for Horizon[src]
impl Copy for Horizonimpl Clone for Horizon[src]
impl Clone for Horizonfn clone(&self) -> Horizon[src]
fn clone(&self) -> HorizonReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for Horizon[src]
impl Debug for Horizonfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl From<Horizon> for ClientPacket[src]
impl From<Horizon> for ClientPacket