Struct nix::sys::socket::sockopt::PassCred [−][src]
pub struct PassCred;
Expand description
Enable or disable the receiving of the SCM_CREDENTIALS
control
message.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PassCred
impl UnwindSafe for PassCred
Blanket Implementations
Mutably borrows from an owned value. Read more