Enum alto::ExtMuLawFormat [] [src]

pub enum ExtMuLawFormat {
    Mono,
    Stereo,
}

Formats provided by AL_EXT_MULAW.

Variants

AL_FORMAT_MONO_MULAW_EXT

AL_FORMAT_STEREO_MULAW_EXT

Methods

impl ExtMuLawFormat
[src]

Trait Implementations

impl Copy for ExtMuLawFormat
[src]

impl Clone for ExtMuLawFormat
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ExtMuLawFormat
[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 ExtMuLawFormat
[src]

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

Formats the value using the given formatter.