pub enum DspTransceiverSpeakerMode {
Auto,
Mono,
Stereo,
Surround,
}Variants§
Implementations§
Source§impl DspTransceiverSpeakerMode
impl DspTransceiverSpeakerMode
pub fn from( value: FMOD_DSP_TRANSCEIVER_SPEAKERMODE, ) -> Result<DspTransceiverSpeakerMode, Error>
Trait Implementations§
Source§impl Clone for DspTransceiverSpeakerMode
impl Clone for DspTransceiverSpeakerMode
Source§fn clone(&self) -> DspTransceiverSpeakerMode
fn clone(&self) -> DspTransceiverSpeakerMode
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 DspTransceiverSpeakerMode
impl Debug for DspTransceiverSpeakerMode
Source§impl From<DspTransceiverSpeakerMode> for FMOD_DSP_TRANSCEIVER_SPEAKERMODE
impl From<DspTransceiverSpeakerMode> for FMOD_DSP_TRANSCEIVER_SPEAKERMODE
Source§fn from(value: DspTransceiverSpeakerMode) -> FMOD_DSP_TRANSCEIVER_SPEAKERMODE
fn from(value: DspTransceiverSpeakerMode) -> FMOD_DSP_TRANSCEIVER_SPEAKERMODE
Converts to this type from the input type.
impl Copy for DspTransceiverSpeakerMode
impl StructuralPartialEq for DspTransceiverSpeakerMode
Auto Trait Implementations§
impl Freeze for DspTransceiverSpeakerMode
impl RefUnwindSafe for DspTransceiverSpeakerMode
impl Send for DspTransceiverSpeakerMode
impl Sync for DspTransceiverSpeakerMode
impl Unpin for DspTransceiverSpeakerMode
impl UnwindSafe for DspTransceiverSpeakerMode
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