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