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