Enum alto::ext::Alc[][src]

pub enum Alc {
    Dedicated,
    Disconnect,
    Efx,
    SoftHrtf,
    SoftPauseDevice,
    SoftOutputLimiter,
}

Variants

ALC_EXT_DEDICATED

ALC_EXT_disconnect

ALC_EXT_EFX

ALC_SOFT_HRTF

ALC_SOFT_pause_device

ALC_SOFT_output_limiter

Trait Implementations

impl Copy for Alc
[src]

impl Clone for Alc
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Alc
[src]

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

This method tests for !=.

impl Hash for Alc
[src]

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

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

impl Eq for Alc
[src]

impl Debug for Alc
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Alc

impl Sync for Alc