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