Struct c_ares::AAAAResult [] [src]

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

The contents of a single AAAA record.

Methods

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

Returns the IPv6 address in this AAAAResult.

Trait Implementations

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

Formats the value using the given formatter.

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

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

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

Formats the value using the given formatter.