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
plateau: Plateau<Case>
tour: i32
historique: Vec<ActionHist>
score: PlayerLocal<i32>
aliens: Vec<AlienInfo>
agents: PlayerLocal<AgentLocal<AgentInfo>>
Methods
impl CurrentInfo[src]
impl CurrentInfoTrait Implementations
impl Clone for CurrentInfo[src]
impl Clone for CurrentInfofn clone(&self) -> CurrentInfo[src]
fn clone(&self) -> CurrentInfoReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for CurrentInfo[src]
impl Debug for CurrentInfoAuto Trait Implementations
impl Send for CurrentInfo
impl Send for CurrentInfoimpl Sync for CurrentInfo
impl Sync for CurrentInfo