#[repr(C)]pub enum DspDistortion {
Level = 0,
Unused = 1,
}
Expand description
Parameter types for the FMOD_DSP_TYPE_DISTORTION filter.
Used with Dsp::set_parameter
and
Dsp::get_parameter
Variants§
Trait Implementations§
Source§impl Clone for DspDistortion
impl Clone for DspDistortion
Source§fn clone(&self) -> DspDistortion
fn clone(&self) -> DspDistortion
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 DspDistortion
impl Debug for DspDistortion
Source§impl PartialEq for DspDistortion
impl PartialEq for DspDistortion
Source§impl PartialOrd for DspDistortion
impl PartialOrd for DspDistortion
impl Copy for DspDistortion
impl StructuralPartialEq for DspDistortion
Auto Trait Implementations§
impl Freeze for DspDistortion
impl RefUnwindSafe for DspDistortion
impl Send for DspDistortion
impl Sync for DspDistortion
impl Unpin for DspDistortion
impl UnwindSafe for DspDistortion
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