Enum osu::ScoringType
[−]
[src]
pub enum ScoringType {
Accuracy,
Combo,
Score,
ScoreV2,
}Variants
AccuracyComboScoreScoreV2
Trait Implementations
impl Clone for ScoringType[src]
fn clone(&self) -> ScoringType[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