pub struct EthTxToken<'a, 'tx> { /* private fields */ }
Expand description
Just a reference to EthernetDMA
for sending a
packet later with TxToken::consume()
.
Trait Implementations§
Source§impl<'dma, 'tx> TxToken for EthTxToken<'dma, 'tx>
impl<'dma, 'tx> TxToken for EthTxToken<'dma, 'tx>
Auto Trait Implementations§
impl<'a, 'tx> Freeze for EthTxToken<'a, 'tx>
impl<'a, 'tx> RefUnwindSafe for EthTxToken<'a, 'tx>
impl<'a, 'tx> Send for EthTxToken<'a, 'tx>
impl<'a, 'tx> Sync for EthTxToken<'a, 'tx>
impl<'a, 'tx> Unpin for EthTxToken<'a, 'tx>
impl<'a, 'tx> !UnwindSafe for EthTxToken<'a, 'tx>
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