#[repr(C)]pub struct FMOD_DSP { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FMOD_DSP
impl RefUnwindSafe for FMOD_DSP
impl Send for FMOD_DSP
impl Sync for FMOD_DSP
impl Unpin for FMOD_DSP
impl UnwindSafe for FMOD_DSP
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