Struct osuparse::TimingPoint

source ·
pub struct TimingPoint {
    pub offset: i32,
    pub ms_per_beat: f32,
    pub meter: i32,
    pub sample_set: String,
    pub sample_index: i32,
    pub volume: i32,
    pub inherited: bool,
    pub kiai_mode: bool,
}
Expand description

Represents a single timing point

Fields

offset: i32ms_per_beat: f32meter: i32sample_set: Stringsample_index: i32volume: i32inherited: boolkiai_mode: bool

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.