Struct netsim::RouteV6 [] [src]

pub struct RouteV6 { /* fields omitted */ }

Represents an IPv6 route.

Methods

impl RouteV6
[src]

[src]

Create a new route with the given destination and next hop.

[src]

Get the destination IP range of the route.

[src]

Get the route's next hop

[src]

Add the route to the routing table of the current network namespace.

Trait Implementations

impl Debug for RouteV6
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for RouteV6
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for RouteV6
[src]

Auto Trait Implementations

impl Send for RouteV6

impl Sync for RouteV6