Function SockAddr.this

Construct a SockAddr

ref this (
  const(core.sys.posix.sys.socket.sockaddr*) sa,
  uint length
) nothrow @nogc @safe;

ref this (
  SockAddrIPv4 sa
) nothrow @nogc @safe;

ref this (
  SockAddrIPv6 sa
) nothrow @nogc @safe;

ref this (
  SockAddrUnix sa
) nothrow @nogc @safe;