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