Enum ifaces::interface::NextHop [] [src]

pub enum NextHop {
    Broadcast(SocketAddr),
    Destination(SocketAddr),
}

Variants

Trait Implementations

impl PartialEq for NextHop
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for NextHop
[src]

impl Debug for NextHop
[src]

Formats the value using the given formatter.