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