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