pub struct LowShelfGain;Trait Implementations§
Source§impl Clone for LowShelfGain
impl Clone for LowShelfGain
Source§fn clone(&self) -> LowShelfGain
fn clone(&self) -> LowShelfGain
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 LowShelfGain
impl Debug for LowShelfGain
Source§impl ReadableParameterIndex<f32> for LowShelfGain
impl ReadableParameterIndex<f32> for LowShelfGain
Source§impl WritableParameterIndex<f32> for LowShelfGain
impl WritableParameterIndex<f32> for LowShelfGain
impl Copy for LowShelfGain
Auto Trait Implementations§
impl Freeze for LowShelfGain
impl RefUnwindSafe for LowShelfGain
impl Send for LowShelfGain
impl Sync for LowShelfGain
impl Unpin for LowShelfGain
impl UnwindSafe for LowShelfGain
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