pub struct ConcurrentRingBuffer<T: Clone + Send + 'static> { /* private fields */ }Expand description
Thread-safe wrapper for RingBuffer
Implementations§
Auto Trait Implementations§
impl<T> Freeze for ConcurrentRingBuffer<T>
impl<T> !RefUnwindSafe for ConcurrentRingBuffer<T>
impl<T> Send for ConcurrentRingBuffer<T>
impl<T> Sync for ConcurrentRingBuffer<T>
impl<T> Unpin for ConcurrentRingBuffer<T>
impl<T> UnsafeUnpin for ConcurrentRingBuffer<T>
impl<T> !UnwindSafe for ConcurrentRingBuffer<T>
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