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