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