pub struct NoopAudioOps;Expand description
Audio backend that always reports the feature as unsupported.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NoopAudioOps
impl RefUnwindSafe for NoopAudioOps
impl Send for NoopAudioOps
impl Sync for NoopAudioOps
impl Unpin for NoopAudioOps
impl UnsafeUnpin for NoopAudioOps
impl UnwindSafe for NoopAudioOps
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