Struct nix::sys::socket::sockopt::PeerCredentials [−][src]
pub struct PeerCredentials;
Trait Implementations
type Val = UnixCredentials
Auto Trait Implementations
impl RefUnwindSafe for PeerCredentials
impl Send for PeerCredentials
impl Sync for PeerCredentials
impl Unpin for PeerCredentials
impl UnwindSafe for PeerCredentials
Blanket Implementations
Mutably borrows from an owned value. Read more