Struct std::os::unix::net::SocketAddr [] [src]

pub struct SocketAddr {
    // some fields omitted
}
Unstable (unix_socket #32312)

: newly added

[]

An address associated with a Unix socket.

Methods

impl SocketAddr
[src]

fn is_unnamed(&self) -> bool[]

Unstable (unix_socket #32312)

: newly added

Returns true iff the address is unnamed.

fn as_pathname(&self) -> Option<&Path>[]

Unstable (unix_socket #32312)

: newly added

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

Trait Implementations

impl Debug for SocketAddr
[src]

fn fmt(&self, fmt: &mut Formatter) -> Result[]

Formats the value using the given formatter.

Derived Implementations

impl Clone for SocketAddr
[src]

fn clone(&self) -> SocketAddr[]

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0
[]

Performs copy-assignment from source. Read more