pub enum DspConvolutionReverb {
ParamIr,
ParamWet,
ParamDry,
ParamLinked,
}Variants§
Implementations§
Source§impl DspConvolutionReverb
impl DspConvolutionReverb
pub fn from( value: FMOD_DSP_CONVOLUTION_REVERB, ) -> Result<DspConvolutionReverb, Error>
Trait Implementations§
Source§impl Clone for DspConvolutionReverb
impl Clone for DspConvolutionReverb
Source§fn clone(&self) -> DspConvolutionReverb
fn clone(&self) -> DspConvolutionReverb
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 DspConvolutionReverb
impl Debug for DspConvolutionReverb
Source§impl From<DspConvolutionReverb> for FMOD_DSP_CONVOLUTION_REVERB
impl From<DspConvolutionReverb> for FMOD_DSP_CONVOLUTION_REVERB
Source§fn from(value: DspConvolutionReverb) -> FMOD_DSP_CONVOLUTION_REVERB
fn from(value: DspConvolutionReverb) -> FMOD_DSP_CONVOLUTION_REVERB
Converts to this type from the input type.
Source§impl PartialEq for DspConvolutionReverb
impl PartialEq for DspConvolutionReverb
impl Copy for DspConvolutionReverb
impl StructuralPartialEq for DspConvolutionReverb
Auto Trait Implementations§
impl Freeze for DspConvolutionReverb
impl RefUnwindSafe for DspConvolutionReverb
impl Send for DspConvolutionReverb
impl Sync for DspConvolutionReverb
impl Unpin for DspConvolutionReverb
impl UnwindSafe for DspConvolutionReverb
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