Struct libc::sockaddr_in 
                   
                       [−]
                   
               [src]
#[repr(C)]pub struct sockaddr_in { pub sin_len: u8, pub sin_family: sa_family_t, pub sin_port: in_port_t, pub sin_addr: in_addr, pub sin_zero: [int8_t; 8], }
Fields
sin_len: u8
                           
                           
                           sin_family: sa_family_t
                           
                           
                           sin_port: in_port_t
                           
                           
                           sin_addr: in_addr
                           
                           
                           sin_zero: [int8_t; 8]
                           Trait Implementations
impl Copy for sockaddr_in[src]
impl Clone for sockaddr_in[src]
fn clone(&self) -> sockaddr_in
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