pub enum DspSend {
ReturnId,
Level,
}
Variants
ReturnId
Level
Implementations
Trait Implementations
sourceimpl From<DspSend> for FMOD_DSP_SEND
impl From<DspSend> for FMOD_DSP_SEND
sourcefn 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 RefUnwindSafe for DspSend
impl Send for DspSend
impl Sync for DspSend
impl Unpin for DspSend
impl UnwindSafe for DspSend
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more