Struct osu::Performance
[−]
[src]
pub struct Performance {
pub beatmap_id: i64,
pub count_100: i64,
pub count_300: i64,
pub count_50: i64,
pub count_geki: i64,
pub count_katu: i64,
pub count_miss: i64,
pub date: String,
pub enabled_mods: Mods,
pub max_combo: i64,
pub perfect: bool,
pub pp: f64,
pub rank: String,
pub score: i64,
pub user_id: i64,
}Fields
beatmap_id: i64
count_100: i64
count_300: i64
count_50: i64
count_geki: i64
count_katu: i64
count_miss: i64
date: String
enabled_mods: Mods
max_combo: i64
perfect: bool
pp: f64
rank: String
score: i64
user_id: i64
Trait Implementations
impl Clone for Performance[src]
fn clone(&self) -> Performance[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more