Enum systemstat::data::IpAddr [] [src]

pub enum IpAddr {
    Empty,
    Unsupported,
    V4(Ipv4Addr),
    V6(Ipv6Addr),
}

Variants

Trait Implementations

impl Debug for IpAddr
[src]

Formats the value using the given formatter.

impl Clone for IpAddr
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for IpAddr
[src]

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

This method tests for !=.