pub struct OverrunError;Expand description
The DMA ring buffer was not read fast enough and samples were lost.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OverrunError
impl RefUnwindSafe for OverrunError
impl Send for OverrunError
impl Sync for OverrunError
impl Unpin for OverrunError
impl UnsafeUnpin for OverrunError
impl UnwindSafe for OverrunError
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