pub struct DmaCircularBufferRx<T: Sized, CH> { /* private fields */ }Expand description
A buffer used for DMA cyclic data reception, continuously read by the user.
Implementations§
Auto Trait Implementations§
impl<T, CH> Freeze for DmaCircularBufferRx<T, CH>where
CH: Freeze,
impl<T, CH> RefUnwindSafe for DmaCircularBufferRx<T, CH>where
CH: RefUnwindSafe,
T: RefUnwindSafe,
impl<T, CH> Send for DmaCircularBufferRx<T, CH>
impl<T, CH> Sync for DmaCircularBufferRx<T, CH>
impl<T, CH> Unpin for DmaCircularBufferRx<T, CH>
impl<T, CH> UnwindSafe for DmaCircularBufferRx<T, CH>where
CH: UnwindSafe,
T: UnwindSafe,
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