Struct nix::sys::socket::sockopt::PassCred
pub struct PassCred;Documentation
Enable or disable the receiving of the SCM_CREDENTIALS control
message.
Trait Implementations
impl Debug for PassCred
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Resultimpl Hash for PassCred
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()impl StructuralEq for PassCredimpl StructuralPartialEq for PassCredAuto Trait Implementations
impl RefUnwindSafe for PassCredimpl UnwindSafe for PassCredBlanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T