Struct osu_format::Beatmap [] [src]

pub struct Beatmap {
    pub general: BeatmapGeneral,
    pub metadata: BeatmapMetadata,
    pub difficulty: BeatmapDifficulty,
    pub timing_points: Vec<TimingPoint>,
    pub hit_objects: Vec<HitObject>,
}

Fields

Trait Implementations

impl Debug for Beatmap
[src]

Formats the value using the given formatter.

impl Default for Beatmap
[src]

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