pub enum DspEcho {
Delay,
Feedback,
DryLevel,
WetLevel,
}Variants§
Implementations§
Trait Implementations§
source§impl From<DspEcho> for FMOD_DSP_ECHO
impl From<DspEcho> for FMOD_DSP_ECHO
source§fn from(value: DspEcho) -> FMOD_DSP_ECHO
fn from(value: DspEcho) -> FMOD_DSP_ECHO
Converts to this type from the input type.
source§impl PartialEq<DspEcho> for DspEcho
impl PartialEq<DspEcho> for DspEcho
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§
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