pub struct TcpNetworkInterface { /* private fields */ }Expand description
TCP network interface implementation
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TcpNetworkInterface
impl RefUnwindSafe for TcpNetworkInterface
impl Send for TcpNetworkInterface
impl Sync for TcpNetworkInterface
impl Unpin for TcpNetworkInterface
impl UnsafeUnpin for TcpNetworkInterface
impl UnwindSafe for TcpNetworkInterface
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