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