Struct DSFXParamEq
#[repr(C)]pub struct DSFXParamEq {
pub fCenter: f32,
pub fBandwidth: f32,
pub fGain: f32,
}Fields§
§fCenter: f32§fBandwidth: f32§fGain: f32Trait Implementations§
§impl Clone for DSFXParamEq
impl Clone for DSFXParamEq
§fn clone(&self) -> DSFXParamEq
fn clone(&self) -> DSFXParamEq
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 more§impl Debug for DSFXParamEq
impl Debug for DSFXParamEq
§impl Default for DSFXParamEq
impl Default for DSFXParamEq
§fn default() -> DSFXParamEq
fn default() -> DSFXParamEq
Returns the “default value” for a type. Read more
§impl PartialEq for DSFXParamEq
impl PartialEq for DSFXParamEq
impl Copy for DSFXParamEq
impl StructuralPartialEq for DSFXParamEq
Auto Trait Implementations§
impl Freeze for DSFXParamEq
impl RefUnwindSafe for DSFXParamEq
impl Send for DSFXParamEq
impl Sync for DSFXParamEq
impl Unpin for DSFXParamEq
impl UnwindSafe for DSFXParamEq
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