Enum unix_socket::AddressKind
[−]
[src]
pub enum AddressKind {
Unnamed,
Pathname,
Abstract,
}The kind of an address associated with a Unix socket.
Variants
UnnamedAn unnamed address.
PathnameAn address corresponding to a path on the filesystem.
AbstractAn address in an abstract namespace unrelated to the filesystem.
Abstract addresses are a nonportable Linux extension.
Trait Implementations
impl Copy for AddressKind[src]
impl Clone for AddressKind[src]
fn clone(&self) -> AddressKind
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