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