pub struct RxRing { /* private fields */ }Implementations§
Auto Trait Implementations§
impl !Sync for RxRing
impl Freeze for RxRing
impl RefUnwindSafe for RxRing
impl Send for RxRing
impl Unpin for RxRing
impl UnsafeUnpin for RxRing
impl UnwindSafe for RxRing
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