pub enum DspSfxReverb {
Show 13 variants
DecayTime,
EarlyDelay,
LateDelay,
HfReference,
HfDecayRatio,
Diffusion,
Density,
LowShelfFrequency,
LowShelfGain,
HighCut,
EarlyLateMix,
WetLevel,
DryLevel,
}
Variants§
DecayTime
EarlyDelay
LateDelay
HfReference
HfDecayRatio
Diffusion
Density
LowShelfFrequency
LowShelfGain
HighCut
EarlyLateMix
WetLevel
DryLevel
Implementations§
Source§impl DspSfxReverb
impl DspSfxReverb
pub fn from(value: FMOD_DSP_SFXREVERB) -> Result<DspSfxReverb, Error>
Trait Implementations§
Source§impl Clone for DspSfxReverb
impl Clone for DspSfxReverb
Source§fn clone(&self) -> DspSfxReverb
fn clone(&self) -> DspSfxReverb
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for DspSfxReverb
impl Debug for DspSfxReverb
Source§impl From<DspSfxReverb> for FMOD_DSP_SFXREVERB
impl From<DspSfxReverb> for FMOD_DSP_SFXREVERB
Source§fn from(value: DspSfxReverb) -> FMOD_DSP_SFXREVERB
fn from(value: DspSfxReverb) -> FMOD_DSP_SFXREVERB
Converts to this type from the input type.
Source§impl PartialEq for DspSfxReverb
impl PartialEq for DspSfxReverb
impl Copy for DspSfxReverb
impl StructuralPartialEq for DspSfxReverb
Auto Trait Implementations§
impl Freeze for DspSfxReverb
impl RefUnwindSafe for DspSfxReverb
impl Send for DspSfxReverb
impl Sync for DspSfxReverb
impl Unpin for DspSfxReverb
impl UnwindSafe for DspSfxReverb
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more