pub struct PeerPidfd;
Expand description
Return the pidfd of the foreign process connected to this socket.
Trait Implementations§
Source§impl GetSockOpt for PeerPidfd
impl GetSockOpt for PeerPidfd
impl Copy for PeerPidfd
impl Eq for PeerPidfd
impl StructuralPartialEq for PeerPidfd
Auto Trait Implementations§
impl Freeze for PeerPidfd
impl RefUnwindSafe for PeerPidfd
impl Send for PeerPidfd
impl Sync for PeerPidfd
impl Unpin for PeerPidfd
impl UnwindSafe for PeerPidfd
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