Struct libxm::PlayingSpeed [] [src]

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

The return values from XMContext::get_playing_speed().

Fields

bpm

Beats per minute

tempo

Ticks per line

Trait Implementations

Derived Implementations

impl Clone for PlayingSpeed

fn clone(&self) -> PlayingSpeed

fn clone_from(&mut self, source: &Self)

impl Copy for PlayingSpeed