pub struct EthRxToken<'a, 'rx> { /* private fields */ }
Expand description
An Ethernet RX token that can be consumed in order to receive an ethernet packet.
Trait Implementations§
Auto Trait Implementations§
impl<'a, 'rx> Freeze for EthRxToken<'a, 'rx>
impl<'a, 'rx> RefUnwindSafe for EthRxToken<'a, 'rx>
impl<'a, 'rx> Send for EthRxToken<'a, 'rx>
impl<'a, 'rx> Sync for EthRxToken<'a, 'rx>
impl<'a, 'rx> Unpin for EthRxToken<'a, 'rx>
impl<'a, 'rx> !UnwindSafe for EthRxToken<'a, 'rx>
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