Struct nix::sys::socket::sockopt::PeerCredentials [−][src]
pub struct PeerCredentials;
Trait Implementations
impl Copy for PeerCredentials[src]
impl Copy for PeerCredentialsimpl Clone for PeerCredentials[src]
impl Clone for PeerCredentialsfn clone(&self) -> PeerCredentials[src]
fn clone(&self) -> PeerCredentialsReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for PeerCredentials[src]
impl Debug for PeerCredentialsfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl GetSockOpt for PeerCredentials[src]
impl GetSockOpt for PeerCredentialsAuto Trait Implementations
impl Send for PeerCredentials
impl Send for PeerCredentialsimpl Sync for PeerCredentials
impl Sync for PeerCredentials