Struct unix_socket::SocketAddr [] [src]

pub struct SocketAddr { /* fields omitted */ }

An address associated with a Unix socket.

Methods

impl SocketAddr
[src]

Returns true iff the address is unnamed.

Returns the contents of this address if it is a pathname address.

Trait Implementations

impl Clone for SocketAddr
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for SocketAddr
[src]

Formats the value using the given formatter.