Enum alto::ExtIma4Format [] [src]

pub enum ExtIma4Format {
    Mono,
    Stereo,
}

Formats provided by AL_EXT_IMA4.

Variants

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 state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.

impl Debug for ExtIma4Format
[src]

Formats the value using the given formatter.