pub struct PassCred;
Expand description
Enable or disable the receiving of the SCM_CREDENTIALS
control
message.
Trait Implementations
sourceimpl GetSockOpt for PassCred
impl GetSockOpt for PassCred
sourceimpl SetSockOpt for PassCred
impl SetSockOpt for PassCred
impl Copy for PassCred
impl Eq for PassCred
impl StructuralEq for PassCred
impl StructuralPartialEq for PassCred
Auto Trait Implementations
impl RefUnwindSafe for PassCred
impl Send for PassCred
impl Sync for PassCred
impl Unpin for PassCred
impl UnwindSafe for PassCred
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more