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