pub struct AudioCallbackHandle { /* private fields */ }Expand description
A handle to a registered audio callback.
Auto Trait Implementations§
impl Freeze for AudioCallbackHandle
impl RefUnwindSafe for AudioCallbackHandle
impl Send for AudioCallbackHandle
impl Sync for AudioCallbackHandle
impl Unpin for AudioCallbackHandle
impl UnwindSafe for AudioCallbackHandle
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