pub struct Gain;
๐Deprecated
Trait Implementationsยง
Sourceยงimpl ReadableParameterIndex<f32> for Gain
impl ReadableParameterIndex<f32> for Gain
Sourceยงimpl WritableParameterIndex<f32> for Gain
impl WritableParameterIndex<f32> for Gain
impl Copy for Gain
Auto Trait Implementationsยง
impl Freeze for Gain
impl RefUnwindSafe for Gain
impl Send for Gain
impl Sync for Gain
impl Unpin for Gain
impl UnwindSafe for Gain
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