Enum alto::SoftMsadpcmFormat [] [src]

pub enum SoftMsadpcmFormat {
    Mono,
    Stereo,
}

Formats provided by AL_SOFT_MSADPCM.

Variants

AL_FORMAT_MONO_MSADPCM_SOFT

AL_FORMAT_STEREO_MSADPCM_SOFT

Methods

impl SoftMsadpcmFormat
[src]

Trait Implementations

impl Copy for SoftMsadpcmFormat
[src]

impl Clone for SoftMsadpcmFormat
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for SoftMsadpcmFormat
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Eq for SoftMsadpcmFormat
[src]

impl Hash for SoftMsadpcmFormat
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl Debug for SoftMsadpcmFormat
[src]

[src]

Formats the value using the given formatter.