Enum alto::StandardFormat[][src]

pub enum StandardFormat {
    MonoU8,
    MonoI16,
    StereoU8,
    StereoI16,
}

Standard formats defined in the base specification.

Variants

AL_FORMAT_MONO8

AL_FORMAT_MONO16

AL_FORMAT_STEREO8

AL_FORMAT_STEREO16

Methods

impl StandardFormat
[src]

Trait Implementations

impl Copy for StandardFormat
[src]

impl Clone for StandardFormat
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

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

Formats the value using the given formatter. Read more

Auto Trait Implementations