Struct rimd::AbsoluteEvent [] [src]

pub struct AbsoluteEvent { /* fields omitted */ }

An AbsoluteEvent is an event that has an absolute time This is useful for apps that want to store events internally with absolute times and then quickly build an SMF file for saving etc...

Methods

impl AbsoluteEvent
[src]

Return true if the event inside this AbsoluteEvent is a midi event, false if it's a meta event

Return true if the event inside this AbsoluteEvent is a meta event, false if it's a midi event

Trait Implementations

impl Eq for AbsoluteEvent
[src]

impl PartialEq for AbsoluteEvent
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Ord for AbsoluteEvent
[src]

This method returns an Ordering between self and other. Read more

impl PartialOrd for AbsoluteEvent
[src]

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more