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