Struct netsim::iface::UnboundIpv4Iface [] [src]

pub struct UnboundIpv4Iface { /* fields omitted */ }

Represents a TUN device which has been built but not bound to a tokio event loop.

Methods

impl UnboundIpv4Iface
[src]

[src]

Bind the tap device to the event loop, creating a Ipv4Iface which you can read/write ethernet frames with.

Trait Implementations

impl Debug for UnboundIpv4Iface
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations