Struct c_ares::HostAddressResult [] [src]

pub struct HostAddressResult<'a> {
    // some fields omitted
}

An address, as retrieved from a host lookup.

Methods

impl<'a> HostAddressResult<'a>
[src]

Returns the IP address in this HostResult.

Trait Implementations

impl<'a> Debug for HostAddressResult<'a>
[src]

Formats the value using the given formatter.

impl<'a> Send for HostAddressResult<'a>
[src]

impl<'a> Sync for HostAddressResult<'a>
[src]

impl<'a> Display for HostAddressResult<'a>
[src]

Formats the value using the given formatter.