Struct audio_streams::NoopStreamSourceGenerator
source · pub struct NoopStreamSourceGenerator;
Expand description
NoopStreamSourceGenerator
is a struct that implements StreamSourceGenerator
to generate NoopStreamSource
.
Implementations§
Trait Implementations§
source§impl Default for NoopStreamSourceGenerator
impl Default for NoopStreamSourceGenerator
Auto Trait Implementations§
impl RefUnwindSafe for NoopStreamSourceGenerator
impl Send for NoopStreamSourceGenerator
impl Sync for NoopStreamSourceGenerator
impl Unpin for NoopStreamSourceGenerator
impl UnwindSafe for NoopStreamSourceGenerator
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