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