Struct audio_streams::NoopStreamControl
source · pub struct NoopStreamControl;
Expand description
No-op control for NoopStream
s.
Implementations§
Trait Implementations§
source§impl Default for NoopStreamControl
impl Default for NoopStreamControl
source§fn default() -> NoopStreamControl
fn default() -> NoopStreamControl
Returns the “default value” for a type. Read more
source§impl StreamControl for NoopStreamControl
impl StreamControl for NoopStreamControl
Auto Trait Implementations§
impl RefUnwindSafe for NoopStreamControl
impl Send for NoopStreamControl
impl Sync for NoopStreamControl
impl Unpin for NoopStreamControl
impl UnwindSafe for NoopStreamControl
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