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