Enum alto::SourceState [] [src]

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

The current playback state of a source.

Variants

AL_INITIAL

AL_PLAYING

AL_PAUSED

AL_STOPPED

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 Hash for SourceState
[src]

Feeds this value into the state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.

impl Debug for SourceState
[src]

Formats the value using the given formatter.