pub struct OsuTimingPoint {
    pub offset: f32,
    pub milliseconds_per_beat: f32,
    pub sample_type: i32,
    pub sample_set: i32,
    pub volume: i32,
    pub inherited: i32,
    pub kiai_mode: i32,
}

Fields

offset: f32milliseconds_per_beat: f32sample_type: i32sample_set: i32volume: i32inherited: i32kiai_mode: i32

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.