Struct osu_format::BeatmapDifficulty [] [src]

pub struct BeatmapDifficulty {
    pub hp_drain_rate: f32,
    pub circle_size: f32,
    pub overall_difficulty: f32,
    pub approach_rate: f32,
    pub slider_multiplier: f32,
    pub slider_tick_rate: f32,
}

Fields

Trait Implementations

impl Debug for BeatmapDifficulty
[src]

Formats the value using the given formatter.

impl Default for BeatmapDifficulty
[src]

Returns the "default value" for a type. Read more