pub enum DspChannelMixOutput {
Default,
AllMono,
AllStereo,
AllQuad,
All5Point1,
All7Point1,
AllLfe,
All7Point1Point4,
}Variants§
Implementations§
Source§impl DspChannelMixOutput
impl DspChannelMixOutput
pub fn from( value: FMOD_DSP_CHANNELMIX_OUTPUT, ) -> Result<DspChannelMixOutput, Error>
Trait Implementations§
Source§impl Clone for DspChannelMixOutput
impl Clone for DspChannelMixOutput
Source§fn clone(&self) -> DspChannelMixOutput
fn clone(&self) -> DspChannelMixOutput
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 DspChannelMixOutput
impl Debug for DspChannelMixOutput
Source§impl From<DspChannelMixOutput> for FMOD_DSP_CHANNELMIX_OUTPUT
impl From<DspChannelMixOutput> for FMOD_DSP_CHANNELMIX_OUTPUT
Source§fn from(value: DspChannelMixOutput) -> FMOD_DSP_CHANNELMIX_OUTPUT
fn from(value: DspChannelMixOutput) -> FMOD_DSP_CHANNELMIX_OUTPUT
Converts to this type from the input type.
Source§impl PartialEq for DspChannelMixOutput
impl PartialEq for DspChannelMixOutput
impl Copy for DspChannelMixOutput
impl StructuralPartialEq for DspChannelMixOutput
Auto Trait Implementations§
impl Freeze for DspChannelMixOutput
impl RefUnwindSafe for DspChannelMixOutput
impl Send for DspChannelMixOutput
impl Sync for DspChannelMixOutput
impl Unpin for DspChannelMixOutput
impl UnwindSafe for DspChannelMixOutput
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