pub struct DeviceRxToken { /* private fields */ }Expand description
RX token representing one guest ethernet frame.
smoltcp consumes RX tokens immediately; the token just owns the frame bytes until the stack asks to inspect them.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DeviceRxToken
impl RefUnwindSafe for DeviceRxToken
impl Send for DeviceRxToken
impl Sync for DeviceRxToken
impl Unpin for DeviceRxToken
impl UnsafeUnpin for DeviceRxToken
impl UnwindSafe for DeviceRxToken
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