Struct nix::sys::ioctl::libc::hostent [] [src]

pub struct hostent {
    pub h_name: *mut i8,
    pub h_aliases: *mut *mut i8,
    pub h_addrtype: i32,
    pub h_length: i32,
    pub h_addr_list: *mut *mut i8,
}

Fields

h_name
h_aliases
h_addrtype
h_length
h_addr_list

Trait Implementations

impl Clone for hostent

fn clone(&self) -> hostent

1.0.0fn clone_from(&mut self, source: &Self)

impl Copy for hostent