Struct DSFXDistortion
#[repr(C)]pub struct DSFXDistortion {
pub fGain: f32,
pub fEdge: f32,
pub fPostEQCenterFrequency: f32,
pub fPostEQBandwidth: f32,
pub fPreLowpassCutoff: f32,
}
Fields§
§fGain: f32
§fEdge: f32
§fPostEQCenterFrequency: f32
§fPostEQBandwidth: f32
§fPreLowpassCutoff: f32
Trait Implementations§
§impl Clone for DSFXDistortion
impl Clone for DSFXDistortion
§fn clone(&self) -> DSFXDistortion
fn clone(&self) -> DSFXDistortion
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 more§impl Debug for DSFXDistortion
impl Debug for DSFXDistortion
§impl Default for DSFXDistortion
impl Default for DSFXDistortion
§impl PartialEq for DSFXDistortion
impl PartialEq for DSFXDistortion
impl Copy for DSFXDistortion
impl StructuralPartialEq for DSFXDistortion
Auto Trait Implementations§
impl Freeze for DSFXDistortion
impl RefUnwindSafe for DSFXDistortion
impl Send for DSFXDistortion
impl Sync for DSFXDistortion
impl Unpin for DSFXDistortion
impl UnwindSafe for DSFXDistortion
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