Enum alto::ExtFloat32Format [] [src]

pub enum ExtFloat32Format {
    Mono,
    Stereo,
}

Formats provided by AL_EXT_float32.

Variants

AL_FORMAT_MONO_FLOAT32

AL_FORMAT_STEREO_FLOAT32

Methods

impl ExtFloat32Format
[src]

Trait Implementations

impl Copy for ExtFloat32Format
[src]

impl Clone for ExtFloat32Format
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

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

Formats the value using the given formatter.