Struct prologin::api::AlienInfo [] [src]

pub struct AlienInfo {
    pub pos: Position,
    pub points_capture: c_int,
    pub tour_invasion: c_int,
    pub duree_invasion: c_int,
    pub capture_en_cours: c_int,
}

Alien à capturer durant la mission.

Fields

Position de l'alien

Nombre de points obtenus pour la capture de cet alien

Tour où l'alien débarque sur la banquise

Nombre de tours où l'alien reste sur la banquise

Nombre de tours de la capture en cours, l'alien est considéré comme capturé si la variable atteint NB_TOURS_CAPTURE

Trait Implementations

impl Clone for AlienInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for AlienInfo
[src]

impl Debug for AlienInfo
[src]

Formats the value using the given formatter. Read more

impl PartialEq for AlienInfo
[src]

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

This method tests for !=.

impl PartialOrd for AlienInfo
[src]

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

Auto Trait Implementations

impl Send for AlienInfo

impl Sync for AlienInfo