Struct airmash_protocol::Flag[][src]

pub struct Flag(pub Team);

Trait Implementations

impl Copy for Flag
[src]

impl Clone for Flag
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Flag
[src]

Formats the value using the given formatter. Read more

impl Eq for Flag
[src]

impl PartialEq for Flag
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Hash for Flag
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Component for Flag
[src]

Associated storage type for this component.

Auto Trait Implementations

impl Send for Flag

impl Sync for Flag