pub struct TxRing<D: TxDescriptor> {
pub(crate) descs: *mut D,
pub(crate) count: usize,
pub(crate) tail: usize,
}Fields§
§descs: *mut D§count: usize§tail: usizeImplementations§
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> !Sync for TxRing<D>
impl<D> Freeze for TxRing<D>
impl<D> RefUnwindSafe for TxRing<D>where
D: RefUnwindSafe,
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