Struct airmash_protocol::client::Ack[][src]

pub struct Ack;

TODO: Figure out what this is for.

Trait Implementations

impl Copy for Ack
[src]

impl Clone for Ack
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Ack
[src]

Formats the value using the given formatter. Read more

impl Default for Ack
[src]

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

impl From<Ack> for ClientPacket
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Ack

impl Sync for Ack