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