Struct osu::Game [] [src]

pub struct Game {
    pub beatmap_id: i64,
    pub end_time: String,
    pub game_id: i64,
    pub match_type: i64,
    pub mods: Mods,
    pub play_mode: PlayMode,
    pub scores: Vec<GameScore>,
    pub scoring_type: ScoringType,
    pub start_time: String,
    pub team_type: TeamType,
}

Fields

Trait Implementations

impl Clone for Game
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Game
[src]

[src]

Formats the value using the given formatter.