Enum alto::ExtBFormat [] [src]

pub enum ExtBFormat {
    B2DU8,
    B2DI16,
    B2DF32,
    B3DU8,
    B3DI16,
    B3DF32,
}

Formats provided by AL_EXT_BFORMAT.

Variants

AL_FORMAT_BFORMAT2D_8

AL_FORMAT_BFORMAT2D_16

AL_FORMAT_BFORMAT2D_FLOAT32

AL_FORMAT_BFORMAT3D_8

AL_FORMAT_BFORMAT3D_16

AL_FORMAT_BFORMAT3D_FLOAT32

Methods

impl ExtBFormat
[src]

Trait Implementations

impl Copy for ExtBFormat
[src]

impl Clone for ExtBFormat
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

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

Formats the value using the given formatter.