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 in the POT (pattern order table)

Pattern number

Row number

Total number of generated samples

Trait Implementations

impl Copy for Position
[src]

impl Clone for Position
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more