#[repr(C)]pub struct Xucred { /* private fields */ }
Expand description
Represents the credentials of a Unix socket’s peer.
Implementations§
Trait Implementations§
impl Eq for Xucred
impl StructuralPartialEq for Xucred
Auto Trait Implementations§
impl Freeze for Xucred
impl RefUnwindSafe for Xucred
impl Send for Xucred
impl Sync for Xucred
impl Unpin for Xucred
impl UnwindSafe for Xucred
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