Struct nix::sys::socket::sockopt::PeerCredentials [] [src]

pub struct PeerCredentials;

Trait Implementations

impl GetSockOpt for PeerCredentials

type Val = ucred

fn get(&self, fd: RawFd) -> Result<ucred>

Derived Implementations

impl Debug for PeerCredentials

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

impl Clone for PeerCredentials

fn clone(&self) -> PeerCredentials

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

impl Copy for PeerCredentials