Enum alto::SoftMsadpcmFormat [] [src]

pub enum SoftMsadpcmFormat {
    Mono,
    Stereo,
}

Formats provided by AL_SOFT_MSADPCM.

Variants

Methods

impl SoftMsadpcmFormat
[src]

Trait Implementations

impl Copy for SoftMsadpcmFormat
[src]

impl Clone for SoftMsadpcmFormat
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

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

Formats the value using the given formatter.