pub struct TestToneGenerator { /* private fields */ }Expand description
Test tone generator that produces audio frames for device testing.
Implementations§
Auto Trait Implementations§
impl Freeze for TestToneGenerator
impl RefUnwindSafe for TestToneGenerator
impl Send for TestToneGenerator
impl Sync for TestToneGenerator
impl Unpin for TestToneGenerator
impl UnsafeUnpin for TestToneGenerator
impl UnwindSafe for TestToneGenerator
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