Struct prologin::state::CurrentInfo [] [src]

pub struct CurrentInfo {
    pub plateau: Plateau<Case>,
    pub tour: i32,
    pub historique: Vec<ActionHist>,
    pub score: PlayerLocal<i32>,
    pub aliens: Vec<AlienInfo>,
    pub agents: PlayerLocal<AgentLocal<AgentInfo>>,
}

Fields

Methods

impl CurrentInfo
[src]

Trait Implementations

impl Clone for CurrentInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CurrentInfo
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for CurrentInfo

impl Sync for CurrentInfo