pub struct TestBackend { /* private fields */ }Expand description
In-memory audio backend for testing. No sound card required.
Implementations§
Source§impl TestBackend
impl TestBackend
Trait Implementations§
Source§impl AudioBackend for TestBackend
impl AudioBackend for TestBackend
Auto Trait Implementations§
impl Freeze for TestBackend
impl RefUnwindSafe for TestBackend
impl Send for TestBackend
impl Sync for TestBackend
impl Unpin for TestBackend
impl UnsafeUnpin for TestBackend
impl UnwindSafe for TestBackend
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