Enum unix_socket::AddressKind [] [src]

pub enum AddressKind {
    Unnamed,
    Pathname,
    Abstract,
}

The kind of an address associated with a Unix socket.

Variants

Unnamed

An unnamed address.

Pathname

An address corresponding to a path on the filesystem.

Abstract

An address in an abstract namespace unrelated to the filesystem.

Abstract addresses are a nonportable Linux extension.

Trait Implementations

Derived Implementations

impl Copy for AddressKind

impl Clone for AddressKind

fn clone(&self) -> AddressKind

fn clone_from(&mut self, source: &Self)

impl Debug for AddressKind

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