pub enum DspChorus {
Mix,
Rate,
Depth,
}Variants§
Implementations§
Trait Implementations§
Source§impl From<DspChorus> for FMOD_DSP_CHORUS
impl From<DspChorus> for FMOD_DSP_CHORUS
Source§fn from(value: DspChorus) -> FMOD_DSP_CHORUS
fn from(value: DspChorus) -> FMOD_DSP_CHORUS
Converts to this type from the input type.
impl Copy for DspChorus
impl StructuralPartialEq for DspChorus
Auto Trait Implementations§
impl Freeze for DspChorus
impl RefUnwindSafe for DspChorus
impl Send for DspChorus
impl Sync for DspChorus
impl Unpin for DspChorus
impl UnwindSafe for DspChorus
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