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