Struct airmash_protocol_v5::ProtocolV5[][src]

pub struct ProtocolV5;

Serializer/Deserialize for the airmash protocol version 5.

Trait Implementations

impl Copy for ProtocolV5
[src]

impl Clone for ProtocolV5
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ProtocolV5
[src]

Formats the value using the given formatter. Read more

impl Default for ProtocolV5
[src]

Returns the "default value" for a type. Read more

impl Protocol for ProtocolV5
[src]

Unique version number for the protocol.

Serialize a client packet into some number of binary packet bodies. Read more

Serialize a server packet into some number of binary packet bodies. Read more

Deserialize a binary packet into a client packet.

Deserialize a binary packet into a server packet.

Auto Trait Implementations

impl Send for ProtocolV5

impl Sync for ProtocolV5