Struct netsim::Ipv6Route[][src]

pub struct Ipv6Route { /* fields omitted */ }

Represents an IPv6 route.

Methods

impl Ipv6Route
[src]

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

Get the destination IP range of the route.

Get the route's next hop

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

Trait Implementations

impl Debug for Ipv6Route
[src]

Formats the value using the given formatter. Read more

impl Clone for Ipv6Route
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Ipv6Route
[src]

Auto Trait Implementations

impl Send for Ipv6Route

impl Sync for Ipv6Route