Struct get_if_addrs::Ifv6Addr [] [src]

pub struct Ifv6Addr {
    pub ip: Ipv6Addr,
    pub netmask: Ipv6Addr,
    pub broadcast: Option<Ipv6Addr>,
}

Details about the ipv6 address of an interface on this host

Fields

The IP address of the interface.

The netmask of the interface.

The broadcast address of the interface.

Methods

impl Ifv6Addr
[src]

[src]

Check whether this is a loopback address.

Trait Implementations

impl Debug for Ifv6Addr
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for Ifv6Addr
[src]

[src]

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

[src]

This method tests for !=.

impl Eq for Ifv6Addr
[src]

impl Hash for Ifv6Addr
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl Clone for Ifv6Addr
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Ifv6Addr

impl Sync for Ifv6Addr