pub struct SocketPair { /* private fields */ }Expand description
The owned endpoints of a bidirectional Unix socket pair.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SocketPair
impl RefUnwindSafe for SocketPair
impl Send for SocketPair
impl Sync for SocketPair
impl Unpin for SocketPair
impl UnsafeUnpin for SocketPair
impl UnwindSafe for SocketPair
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