pub struct RingBuffer { /* private fields */ }Implementations§
Source§impl RingBuffer
impl RingBuffer
Trait Implementations§
Source§impl Default for RingBuffer
impl Default for RingBuffer
Source§fn default() -> RingBuffer
fn default() -> RingBuffer
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RingBuffer
impl RefUnwindSafe for RingBuffer
impl Send for RingBuffer
impl Sync for RingBuffer
impl Unpin for RingBuffer
impl UnwindSafe for RingBuffer
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