pub struct FallbackRxRing(/* private fields */);
Expand description
fallback implememntation for a Netmap RX ring
Implementations§
Auto Trait Implementations§
impl Freeze for FallbackRxRing
impl RefUnwindSafe for FallbackRxRing
impl Send for FallbackRxRing
impl Sync for FallbackRxRing
impl Unpin for FallbackRxRing
impl UnwindSafe for FallbackRxRing
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