Enum alto::ExtDoubleFormat [] [src]

pub enum ExtDoubleFormat {
    Mono,
    Stereo,
}

Formats provided by AL_EXT_double.

Variants

AL_FORMAT_MONO_DOUBLE_EXT

AL_FORMAT_STEREO_DOUBLE_EXT

Methods

impl ExtDoubleFormat
[src]

Trait Implementations

impl Copy for ExtDoubleFormat
[src]

impl Clone for ExtDoubleFormat
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

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

Formats the value using the given formatter.