Struct libc::protoent 
                   
                       [−]
                   
               [src]
#[repr(C)]pub struct protoent { pub p_name: *mut c_char, pub p_aliases: *mut *mut c_char, pub p_proto: c_int, }
Fields
p_name: *mut c_char
                           
                           
                           p_aliases: *mut *mut c_char
                           
                           
                           p_proto: c_int
                           Trait Implementations
impl Copy for protoent[src]
impl Clone for protoent[src]
fn clone(&self) -> protoent
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more