Struct prologin::state::PlayerLocal [] [src]

pub struct PlayerLocal<T>(pub T, pub T);

Methods

impl<T> PlayerLocal<T>
[src]

Trait Implementations

impl<T: Clone> Clone for PlayerLocal<T>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<T: Debug> Debug for PlayerLocal<T>
[src]

Formats the value using the given formatter. Read more

impl<T> Index<Player> for PlayerLocal<T>
[src]

The returned type after indexing.

Performs the indexing (container[index]) operation.

impl<T> IndexMut<Player> for PlayerLocal<T>
[src]

Performs the mutable indexing (container[index]) operation.

Auto Trait Implementations

impl<T> Send for PlayerLocal<T> where
    T: Send

impl<T> Sync for PlayerLocal<T> where
    T: Sync