Enum alto::ExtIma4Format [] [src]

pub enum ExtIma4Format {
    Mono,
    Stereo,
}

Formats provided by AL_EXT_IMA4.

Variants

AL_FORMAT_MONO_IMA4

AL_FORMAT_STEREO_IMA4

Methods

impl ExtIma4Format
[src]

Trait Implementations

impl Copy for ExtIma4Format
[src]

impl Clone for ExtIma4Format
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

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

Formats the value using the given formatter.