Struct c_ares::AAAAResult [] [src]

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

The contents of a single AAAA record.

Methods

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

[src]

Returns the IPv6 address in this AAAAResult.

[src]

Returns the time-to-live in this AAAAResult.

Trait Implementations

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

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

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

[src]

Formats the value using the given formatter. Read more