pub struct Gain;
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