Struct c_ares::AResult [] [src]

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

The contents of a single A record.

Methods

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

[src]

Returns the IPv4 address in this AResult.

[src]

Returns the time-to-live in this AResult.

Trait Implementations

impl<'a> Clone for AResult<'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 AResult<'a>
[src]

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

[src]

Formats the value using the given formatter. Read more