pub struct LowGain;Trait Implementations§
Source§impl ReadableParameterIndex<f32> for LowGain
impl ReadableParameterIndex<f32> for LowGain
Source§impl WritableParameterIndex<f32> for LowGain
impl WritableParameterIndex<f32> for LowGain
impl Copy for LowGain
Auto Trait Implementations§
impl Freeze for LowGain
impl RefUnwindSafe for LowGain
impl Send for LowGain
impl Sync for LowGain
impl Unpin for LowGain
impl UnwindSafe for LowGain
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