pub struct OutputGain;Trait Implementations§
Source§impl Clone for OutputGain
impl Clone for OutputGain
Source§fn clone(&self) -> OutputGain
fn clone(&self) -> OutputGain
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for OutputGain
impl Debug for OutputGain
Source§impl ReadableParameterIndex<f32> for OutputGain
impl ReadableParameterIndex<f32> for OutputGain
Source§impl WritableParameterIndex<f32> for OutputGain
impl WritableParameterIndex<f32> for OutputGain
impl Copy for OutputGain
Auto Trait Implementations§
impl Freeze for OutputGain
impl RefUnwindSafe for OutputGain
impl Send for OutputGain
impl Sync for OutputGain
impl Unpin for OutputGain
impl UnwindSafe for OutputGain
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