Struct posix::netdb::hostent [-] [+] [src]

pub struct hostent {
    pub h_name: *mut char_t,
    pub h_aliases: *mut *mut char_t,
    pub h_addrtype: int_t,
    pub h_length: int_t,
    pub h_addr_list: *mut *mut char_t,
}

Fields

h_name
h_aliases
h_addrtype
h_length
h_addr_list

Trait Implementations

Derived Implementations

impl Copy for hostent