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