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