pub struct TcpHandle(/* private fields */);Expand description
A handle to a TCP socket added to a Stack.
Trait Implementations§
impl Copy for TcpHandle
impl Eq for TcpHandle
Source§impl Ord for TcpHandle
impl Ord for TcpHandle
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for TcpHandle
impl PartialOrd for TcpHandle
impl StructuralPartialEq for TcpHandle
Auto Trait Implementations§
impl Freeze for TcpHandle
impl RefUnwindSafe for TcpHandle
impl Send for TcpHandle
impl Sync for TcpHandle
impl Unpin for TcpHandle
impl UnsafeUnpin for TcpHandle
impl UnwindSafe for TcpHandle
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