Struct netsim::iface::UnboundIpIface [] [src]

pub struct UnboundIpIface { /* fields omitted */ }

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

Methods

impl UnboundIpIface
[src]

[src]

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

Trait Implementations

impl Debug for UnboundIpIface
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations