pub struct SampleConsumer { /* private fields */ }Expand description
Render/DSP-thread half.
Implementations§
Auto Trait Implementations§
impl Freeze for SampleConsumer
impl !RefUnwindSafe for SampleConsumer
impl Send for SampleConsumer
impl Sync for SampleConsumer
impl Unpin for SampleConsumer
impl UnsafeUnpin for SampleConsumer
impl !UnwindSafe for SampleConsumer
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