Struct osu_format::BeatmapGeneral [] [src]

pub struct BeatmapGeneral {
    pub audio_filename: String,
    pub audio_lead_in: u32,
    pub preview_time: u32,
    pub countdown: bool,
    pub sample_set: String,
    pub stack_leniency: f32,
    pub mode: BeatmapMode,
    pub letterbox_in_breaks: bool,
    pub widescreen_storyboard: bool,
}

Fields

Trait Implementations

impl Debug for BeatmapGeneral
[src]

Formats the value using the given formatter.

impl Default for BeatmapGeneral
[src]

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