Enum alto::SourceState [] [src]

pub enum SourceState {
    Initial,
    Playing,
    Paused,
    Stopped,
}

Playstack state of a source.

Variants

Trait Implementations

impl Copy for SourceState
[src]

impl Clone for SourceState
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for SourceState
[src]

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

This method tests for !=.

impl Eq for SourceState
[src]

impl Debug for SourceState
[src]

Formats the value using the given formatter.