Struct nix::sys::socket::sockaddr_in []

pub struct sockaddr_in {
    pub sin_family: u16,
    pub sin_port: u16,
    pub sin_addr: in_addr,
    pub sin_zero: [u8; 8],
}

Fields

Trait Implementations

impl Copy for sockaddr_in

impl Clone for sockaddr_in

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more