Struct c_ares::PTRResults [] [src]

pub struct PTRResults { /* fields omitted */ }

The result of a successful PTR lookup.

Methods

impl PTRResults
[src]

Obtain a PTRResults from the response to a PTR lookup.

Returns the hostname from this PTRResults.

Returns an iterator over the host aliases in this PTRResults.

Trait Implementations

impl Debug for PTRResults
[src]

Formats the value using the given formatter.

impl Display for PTRResults
[src]

Formats the value using the given formatter. Read more