Type Alias rosu_map::section::events::EventsState

source ·
pub type EventsState = Events;
Expand description

The parsing state for Events in DecodeBeatmap.

Aliased Type§

struct EventsState {
    pub background_file: String,
    pub breaks: Vec<BreakPeriod>,
}

Fields§

§background_file: String§breaks: Vec<BreakPeriod>

Trait Implementations§

source§

impl DecodeState for EventsState

source§

fn create(_: i32) -> Self

Given the format version, create an instance. Read more