Struct wasix::SockStatus
source · #[repr(transparent)]pub struct SockStatus(_);Implementations§
Trait Implementations§
source§impl Clone for SockStatus
impl Clone for SockStatus
source§fn clone(&self) -> SockStatus
fn clone(&self) -> SockStatus
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 SockStatus
impl Debug for SockStatus
source§impl From<u8> for SockStatus
impl From<u8> for SockStatus
source§impl Hash for SockStatus
impl Hash for SockStatus
source§impl Ord for SockStatus
impl Ord for SockStatus
source§fn cmp(&self, other: &SockStatus) -> Ordering
fn cmp(&self, other: &SockStatus) -> 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<SockStatus> for SockStatus
impl PartialEq<SockStatus> for SockStatus
source§fn eq(&self, other: &SockStatus) -> bool
fn eq(&self, other: &SockStatus) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd<SockStatus> for SockStatus
impl PartialOrd<SockStatus> for SockStatus
source§fn partial_cmp(&self, other: &SockStatus) -> Option<Ordering>
fn partial_cmp(&self, other: &SockStatus) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read more