pub struct RingBufferRef(/* private fields */);Trait Implementations§
Auto Trait Implementations§
impl Freeze for RingBufferRef
impl RefUnwindSafe for RingBufferRef
impl !Send for RingBufferRef
impl !Sync for RingBufferRef
impl Unpin for RingBufferRef
impl UnwindSafe for RingBufferRef
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