Enum alto::ExtMuLawBFormat [] [src]

pub enum ExtMuLawBFormat {
    B2D,
    B3D,
}

Formats provided by AL_EXT_MULAW_BFORMAT.

Variants

AL_FORMAT_BFORMAT2D_MULAW

AL_FORMAT_BFORMAT3D_MULAW

Methods

impl ExtMuLawBFormat
[src]

Trait Implementations

impl Copy for ExtMuLawBFormat
[src]

impl Clone for ExtMuLawBFormat
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Hash for ExtMuLawBFormat
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Debug for ExtMuLawBFormat
[src]

Formats the value using the given formatter.