pub enum DspEcho {
Delay,
Feedback,
DryLevel,
WetLevel,
}Variants
Delay
Feedback
DryLevel
WetLevel
Implementations
Trait Implementations
sourceimpl From<DspEcho> for FMOD_DSP_ECHO
impl From<DspEcho> for FMOD_DSP_ECHO
sourcefn from(value: DspEcho) -> FMOD_DSP_ECHO
fn from(value: DspEcho) -> FMOD_DSP_ECHO
Converts to this type from the input type.
impl Copy for DspEcho
impl StructuralPartialEq for DspEcho
Auto Trait Implementations
impl RefUnwindSafe for DspEcho
impl Send for DspEcho
impl Sync for DspEcho
impl Unpin for DspEcho
impl UnwindSafe for DspEcho
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more