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