pub struct UdpHandle(/* private fields */);Expand description
A handle to a UDP socket added to a Stack.
Trait Implementations§
impl Copy for UdpHandle
impl Eq for UdpHandle
Source§impl Ord for UdpHandle
impl Ord for UdpHandle
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 UdpHandle
impl PartialOrd for UdpHandle
impl StructuralPartialEq for UdpHandle
Auto Trait Implementations§
impl Freeze for UdpHandle
impl RefUnwindSafe for UdpHandle
impl Send for UdpHandle
impl Sync for UdpHandle
impl Unpin for UdpHandle
impl UnsafeUnpin for UdpHandle
impl UnwindSafe for UdpHandle
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