pub struct Replay {
Show 22 fields pub gamemode: Gamemode, pub version: u32, pub beatmap_md5: String, pub username: String, pub replay_md5: String, pub n300: u16, pub n100: u16, pub n50: u16, pub geki: u16, pub katu: u16, pub misses: u16, pub score: u32, pub combo: u16, pub perfect: u8, pub mods: u32, pub life_bar: String, pub time_stamp: usize, pub replay_length: u32, pub replay_data: Vec<u8>, pub score_id: usize, pub mod_info: Option<f64>, pub raw: Vec<u8>,
}

Fields

gamemode: Gamemodeversion: u32beatmap_md5: Stringusername: Stringreplay_md5: Stringn300: u16n100: u16n50: u16geki: u16katu: u16misses: u16score: u32combo: u16perfect: u8mods: u32life_bar: Stringtime_stamp: usizereplay_length: u32replay_data: Vec<u8>score_id: usizemod_info: Option<f64>raw: Vec<u8>

Implementations

Trait Implementations

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.