Enum alto::ExtMcFormat [] [src]

pub enum ExtMcFormat {
    QuadU8,
    QuadI16,
    QuadF32,
    RearU8,
    RearI16,
    RearF32,
    Mc51ChnU8,
    Mc51ChnI16,
    Mc51ChnF32,
    Mc61ChnU8,
    Mc61ChnI16,
    Mc61ChnF32,
    Mc71ChnU8,
    Mc71ChnI16,
    Mc71ChnF32,
}

Formats provided by AL_EXT_MCFORMATS.

Variants

AL_FORMAT_QUAD8

AL_FORMAT_QUAD16

AL_FORMAT_QUAD32

AL_FORMAT_REAR8

AL_FORMAT_REAR16

AL_FORMAT_REAR32

AL_FORMAT_51CHN8

AL_FORMAT_51CHN16

AL_FORMAT_51CHN32

AL_FORMAT_61CHN8

AL_FORMAT_61CHN16

AL_FORMAT_61CHN32

AL_FORMAT_71CHN8

AL_FORMAT_71CHN16

AL_FORMAT_71CHN32

Methods

impl ExtMcFormat
[src]

Trait Implementations

impl Copy for ExtMcFormat
[src]

impl Clone for ExtMcFormat
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

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

Formats the value using the given formatter.