pub struct ParametricEqualizerBand {
pub frequency: u16,
pub gain: f32,
pub q_factor: f32,
pub filter: EqualizerFilterType,
}Fields§
§frequency: u16§gain: f32§q_factor: f32§filter: EqualizerFilterTypeTrait Implementations§
Source§impl Clone for ParametricEqualizerBand
impl Clone for ParametricEqualizerBand
Source§fn clone(&self) -> ParametricEqualizerBand
fn clone(&self) -> ParametricEqualizerBand
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ParametricEqualizerBand
Source§impl Debug for ParametricEqualizerBand
impl Debug for ParametricEqualizerBand
Source§impl PartialEq for ParametricEqualizerBand
impl PartialEq for ParametricEqualizerBand
impl StructuralPartialEq for ParametricEqualizerBand
Auto Trait Implementations§
impl Freeze for ParametricEqualizerBand
impl RefUnwindSafe for ParametricEqualizerBand
impl Send for ParametricEqualizerBand
impl Sync for ParametricEqualizerBand
impl Unpin for ParametricEqualizerBand
impl UnsafeUnpin for ParametricEqualizerBand
impl UnwindSafe for ParametricEqualizerBand
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