EventsState

Type Alias EventsState 

Source
pub type EventsState = Events;
Expand description

The parsing state for Events in DecodeBeatmap.

Aliased Type§

pub 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