Struct osu_format::TimingPoint [] [src]

pub struct TimingPoint {
    pub offset: u32,
    pub milliseconds_per_beat: f32,
    pub meter: u32,
    pub sample_type: u32,
    pub sample_set: u32,
    pub volume: u32,
    pub kiai_mode: bool,
    pub inherited: bool,
}

Fields

Methods

impl TimingPoint
[src]

Trait Implementations

impl Debug for TimingPoint
[src]

Formats the value using the given formatter.

impl Default for TimingPoint
[src]

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

impl Clone for TimingPoint
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more