pub struct PassCred;
Expand description
Enable or disable the receiving of the SCM_CREDENTIALS
control
message.
Trait Implementations§
source§impl GetSockOpt for PassCred
impl GetSockOpt for PassCred
source§impl SetSockOpt for PassCred
impl SetSockOpt for PassCred
impl Copy for PassCred
impl Eq for PassCred
impl StructuralPartialEq for PassCred
Auto Trait Implementations§
impl Freeze for PassCred
impl RefUnwindSafe for PassCred
impl Send for PassCred
impl Sync for PassCred
impl Unpin for PassCred
impl UnwindSafe for PassCred
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)