pub struct RealTimeAudioThreadScope(/* private fields */);Expand description
A usage scope which unlocks all functions that are safe to execute from the real-time audio thread.
Trait Implementations§
Source§impl Debug for RealTimeAudioThreadScope
impl Debug for RealTimeAudioThreadScope
impl AudioThreadOnly for RealTimeAudioThreadScope
Auto Trait Implementations§
impl Freeze for RealTimeAudioThreadScope
impl RefUnwindSafe for RealTimeAudioThreadScope
impl Send for RealTimeAudioThreadScope
impl Sync for RealTimeAudioThreadScope
impl Unpin for RealTimeAudioThreadScope
impl UnwindSafe for RealTimeAudioThreadScope
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