Struct c_ares::AResult [] [src]

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

The contents of a single A record.

Methods

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

Returns the IPv4 address in this AResult.

Trait Implementations

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

Formats the value using the given formatter.

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

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

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

Formats the value using the given formatter.