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