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::Result
impl Hash for PassCred
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()
impl StructuralEq for PassCred
impl StructuralPartialEq for PassCred
Auto Trait Implementations
impl RefUnwindSafe for PassCred
impl UnwindSafe for PassCred
Blanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T