Struct netdb::hosts::HostEnt [] [src]

pub struct HostEnt { /* fields omitted */ }

The result of a host lookup.

Note. This implementation is highly temporary. While will probably keep the semantics, the actual types may change.

Methods

impl HostEnt
[src]

The canoncial name of the host.

The aliases of the host.

Note. Best to assume this is a slice of str.

The addresses of the host.