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