pub struct TxRing<D: TxDescriptor> { /* private fields */ }Implementations§
Source§impl<D: TxDescriptor> TxRing<D>
impl<D: TxDescriptor> TxRing<D>
Trait Implementations§
impl<D: TxDescriptor> Send for TxRing<D>
Auto Trait Implementations§
impl<D> Freeze for TxRing<D>
impl<D> RefUnwindSafe for TxRing<D>where
D: RefUnwindSafe,
impl<D> !Sync for TxRing<D>
impl<D> Unpin for TxRing<D>
impl<D> UnsafeUnpin for TxRing<D>
impl<D> UnwindSafe for TxRing<D>where
D: RefUnwindSafe,
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