pub struct rte_ring { /* private fields */ }Expand description
Ring buffer (opaque)
Auto Trait Implementations§
impl Freeze for rte_ring
impl RefUnwindSafe for rte_ring
impl Send for rte_ring
impl Sync for rte_ring
impl Unpin for rte_ring
impl UnsafeUnpin for rte_ring
impl UnwindSafe for rte_ring
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