Struct alto::efx::AuxEffectSlot[][src]

pub struct AuxEffectSlot { /* fields omitted */ }

An aux effect slot as provided by EFX.

Methods

impl AuxEffectSlot
[src]

alAuxiliaryEffectSloti(AL_EFFECTSLOT_EFFECT)

alAuxiliaryEffectSloti(AL_EFFECTSLOT_EFFECT)

alGetAuxiliaryEffectSloti(AL_EFFECTSLOT_GAIN)

alAuxiliaryEffectSloti(AL_EFFECTSLOT_GAIN)

alGetAuxiliaryEffectSloti(AL_EFFECTSLOT_AUXILIARY_SEND_AUTO)

alAuxiliaryEffectSloti(AL_EFFECTSLOT_AUXILIARY_SEND_AUTO)

Trait Implementations

impl Drop for AuxEffectSlot
[src]

Executes the destructor for this type. Read more

Auto Trait Implementations