Struct libxm::PlayingSpeed [] [src]

pub struct PlayingSpeed {
    pub bpm: u16,
    pub tempo: u16,
}

The return values from XMContext::get_playing_speed().

Fields

Beats per minute

Ticks per line

Trait Implementations

impl Copy for PlayingSpeed
[src]

impl Clone for PlayingSpeed
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more