Enum getaddrs::InterfaceIfu [] [src]

pub enum InterfaceIfu {
    BroadcastAddr(Option<IpAddr>),
    DestinationAddr(Option<IpAddr>),
    Neither,
}

Represents the ifu of an interface: either its broadcast address or point-to-point destination address.

Variants

Trait Implementations

impl Debug for InterfaceIfu
[src]

[src]

Formats the value using the given formatter.

impl Clone for InterfaceIfu
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more