Struct nix::sys::socket::UnixAddr [] [src]

pub struct UnixAddr(pub sockaddr_un);

Methods

impl UnixAddr

fn new<P: ?Sized + NixPath>(path: &P) -> Result<UnixAddr>

fn path(&self) -> &Path

Trait Implementations

impl PartialEq for UnixAddr

fn eq(&self, other: &UnixAddr) -> bool

fn ne(&self, other: &Rhs) -> bool

impl Eq for UnixAddr

impl Hash for UnixAddr

fn hash<H: Hasher>(&self, s: &mut H)

fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher

impl Clone for UnixAddr

fn clone(&self) -> UnixAddr

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

impl Display for UnixAddr

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

Derived Implementations

impl Copy for UnixAddr