Struct gdnative_visual_script::common::libc::hostent [−][src]
#[repr(C)]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: *mut i8
h_aliases: *mut *mut i8
h_addrtype: i32
h_length: i32
h_addr_list: *mut *mut i8
Trait Implementations
impl Clone for hostent
[src]
impl Clone for hostent
fn clone(&self) -> hostent
[src]
fn clone(&self) -> hostent
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Copy for hostent
[src]
impl Copy for hostent