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