pub enum DspChannelMix {
Show 65 variants
OutputGrouping,
GainCh0,
GainCh1,
GainCh2,
GainCh3,
GainCh4,
GainCh5,
GainCh6,
GainCh7,
GainCh8,
GainCh9,
GainCh10,
GainCh11,
GainCh12,
GainCh13,
GainCh14,
GainCh15,
GainCh16,
GainCh17,
GainCh18,
GainCh19,
GainCh20,
GainCh21,
GainCh22,
GainCh23,
GainCh24,
GainCh25,
GainCh26,
GainCh27,
GainCh28,
GainCh29,
GainCh30,
GainCh31,
OutputCh0,
OutputCh1,
OutputCh2,
OutputCh3,
OutputCh4,
OutputCh5,
OutputCh6,
OutputCh7,
OutputCh8,
OutputCh9,
OutputCh10,
OutputCh11,
OutputCh12,
OutputCh13,
OutputCh14,
OutputCh15,
OutputCh16,
OutputCh17,
OutputCh18,
OutputCh19,
OutputCh20,
OutputCh21,
OutputCh22,
OutputCh23,
OutputCh24,
OutputCh25,
OutputCh26,
OutputCh27,
OutputCh28,
OutputCh29,
OutputCh30,
OutputCh31,
}Variants§
OutputGrouping
GainCh0
GainCh1
GainCh2
GainCh3
GainCh4
GainCh5
GainCh6
GainCh7
GainCh8
GainCh9
GainCh10
GainCh11
GainCh12
GainCh13
GainCh14
GainCh15
GainCh16
GainCh17
GainCh18
GainCh19
GainCh20
GainCh21
GainCh22
GainCh23
GainCh24
GainCh25
GainCh26
GainCh27
GainCh28
GainCh29
GainCh30
GainCh31
OutputCh0
OutputCh1
OutputCh2
OutputCh3
OutputCh4
OutputCh5
OutputCh6
OutputCh7
OutputCh8
OutputCh9
OutputCh10
OutputCh11
OutputCh12
OutputCh13
OutputCh14
OutputCh15
OutputCh16
OutputCh17
OutputCh18
OutputCh19
OutputCh20
OutputCh21
OutputCh22
OutputCh23
OutputCh24
OutputCh25
OutputCh26
OutputCh27
OutputCh28
OutputCh29
OutputCh30
OutputCh31
Implementations§
Source§impl DspChannelMix
impl DspChannelMix
pub fn from(value: FMOD_DSP_CHANNELMIX) -> Result<DspChannelMix, Error>
Trait Implementations§
Source§impl Clone for DspChannelMix
impl Clone for DspChannelMix
Source§fn clone(&self) -> DspChannelMix
fn clone(&self) -> DspChannelMix
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DspChannelMix
impl Debug for DspChannelMix
Source§impl From<DspChannelMix> for FMOD_DSP_CHANNELMIX
impl From<DspChannelMix> for FMOD_DSP_CHANNELMIX
Source§fn from(value: DspChannelMix) -> FMOD_DSP_CHANNELMIX
fn from(value: DspChannelMix) -> FMOD_DSP_CHANNELMIX
Converts to this type from the input type.
Source§impl PartialEq for DspChannelMix
impl PartialEq for DspChannelMix
impl Copy for DspChannelMix
impl StructuralPartialEq for DspChannelMix
Auto Trait Implementations§
impl Freeze for DspChannelMix
impl RefUnwindSafe for DspChannelMix
impl Send for DspChannelMix
impl Sync for DspChannelMix
impl Unpin for DspChannelMix
impl UnwindSafe for DspChannelMix
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