Struct smoltcp::phy::Loopback [] [src]

pub struct Loopback(_);

A loopback device.

Methods

impl Loopback
[src]

[src]

Creates a loopback device.

Every packet transmitted through this device will be received through it in FIFO order.

Trait Implementations

impl Debug for Loopback
[src]

[src]

Formats the value using the given formatter.

impl Device for Loopback
[src]

[src]

Get a description of device limitations.

[src]

Receive a frame. Read more

[src]

Transmit a frame. Read more