Creates a new abstract Unix socket address.
impl UnixSockAddr { fn from_abstract<T>(buf: &mut [u8], name: T) -> Result<&mut UnixSockAddr, Errno> where T: AsRef<[u8]>, }
The address of the socket address.