Struct sc2::Score [] [src]

pub struct Score {
    pub score_type: ScoreType,
    pub score: f32,
    pub details: ScoreDetails,
}

score evaluated at the end of a game

Fields

method of scoring

overall score

more detailed scoring

Trait Implementations

impl Debug for Score
[src]

[src]

Formats the value using the given formatter.

impl Copy for Score
[src]

impl Clone for Score
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more