Struct prologin::state::AgentLocal [] [src]

pub struct AgentLocal<T>(pub [T; 4]);

Methods

impl<T> AgentLocal<T>
[src]

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Formats the value using the given formatter. Read more

impl<T> Index<Agent> for AgentLocal<T>
[src]

The returned type after indexing.

Performs the indexing (container[index]) operation.

impl<T> IndexMut<Agent> for AgentLocal<T>
[src]

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

Auto Trait Implementations

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

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