Struct libxm::Position [] [src]

pub struct Position {
    pub pattern_index: u8,
    pub pattern: u8,
    pub row: u8,
    pub samples: u64,
}

The return values from XMContext::get_position().

Fields

pattern_index

Pattern index in the POT (pattern order table)

pattern

Pattern number

row

Row number

samples

Total number of generated samples

Trait Implementations

Derived Implementations

impl Clone for Position

fn clone(&self) -> Position

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

impl Copy for Position