pub enum DspEnvelopeFollower {
Attack,
Release,
Envelope,
UseSidechain,
}
Variants§
Implementations§
Source§impl DspEnvelopeFollower
impl DspEnvelopeFollower
pub fn from( value: FMOD_DSP_ENVELOPEFOLLOWER, ) -> Result<DspEnvelopeFollower, Error>
Trait Implementations§
Source§impl Clone for DspEnvelopeFollower
impl Clone for DspEnvelopeFollower
Source§fn clone(&self) -> DspEnvelopeFollower
fn clone(&self) -> DspEnvelopeFollower
Returns a copy 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 DspEnvelopeFollower
impl Debug for DspEnvelopeFollower
Source§impl From<DspEnvelopeFollower> for FMOD_DSP_ENVELOPEFOLLOWER
impl From<DspEnvelopeFollower> for FMOD_DSP_ENVELOPEFOLLOWER
Source§fn from(value: DspEnvelopeFollower) -> FMOD_DSP_ENVELOPEFOLLOWER
fn from(value: DspEnvelopeFollower) -> FMOD_DSP_ENVELOPEFOLLOWER
Converts to this type from the input type.
Source§impl PartialEq for DspEnvelopeFollower
impl PartialEq for DspEnvelopeFollower
impl Copy for DspEnvelopeFollower
impl StructuralPartialEq for DspEnvelopeFollower
Auto Trait Implementations§
impl Freeze for DspEnvelopeFollower
impl RefUnwindSafe for DspEnvelopeFollower
impl Send for DspEnvelopeFollower
impl Sync for DspEnvelopeFollower
impl Unpin for DspEnvelopeFollower
impl UnwindSafe for DspEnvelopeFollower
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