pub struct SocketHandle(/* private fields */);
Expand description
A handle, identifying a socket in an Interface.
Trait Implementations§
Source§impl Clone for SocketHandle
impl Clone for SocketHandle
Source§fn clone(&self) -> SocketHandle
fn clone(&self) -> SocketHandle
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for SocketHandle
impl Debug for SocketHandle
Source§impl Default for SocketHandle
impl Default for SocketHandle
Source§fn default() -> SocketHandle
fn default() -> SocketHandle
Returns the “default value” for a type. Read more
Source§impl Display for SocketHandle
impl Display for SocketHandle
Source§impl Hash for SocketHandle
impl Hash for SocketHandle
Source§impl Ord for SocketHandle
impl Ord for SocketHandle
Source§fn cmp(&self, other: &SocketHandle) -> Ordering
fn cmp(&self, other: &SocketHandle) -> Ordering
1.21.0 · 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 PartialEq for SocketHandle
impl PartialEq for SocketHandle
Source§impl PartialOrd for SocketHandle
impl PartialOrd for SocketHandle
impl Copy for SocketHandle
impl Eq for SocketHandle
impl StructuralPartialEq for SocketHandle
Auto Trait Implementations§
impl Freeze for SocketHandle
impl RefUnwindSafe for SocketHandle
impl Send for SocketHandle
impl Sync for SocketHandle
impl Unpin for SocketHandle
impl UnwindSafe for SocketHandle
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