Struct hermit_abi::Handle
source · pub struct Handle(_);
Expand description
A handle, identifying a socket
Trait Implementations§
source§impl Ord for Handle
impl Ord for Handle
source§impl PartialEq<Handle> for Handle
impl PartialEq<Handle> for Handle
source§impl PartialOrd<Handle> for Handle
impl PartialOrd<Handle> for Handle
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