Struct std::os::unix::net::SocketAddr1.10.0 [] [src]

pub struct SocketAddr { /* fields omitted */ }

An address associated with a Unix socket.

Methods

impl SocketAddr
[src]

Returns true if and only if 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.