Struct c_ares::SRVResult [] [src]

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

The contents of a single SRV record.

Methods

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

Returns the hostname in this SRVResult.

Returns the weight in this SRVResult.

Returns the priority in this SRVResult.

Returns the port in this SRVResult.

Trait Implementations

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

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