#[repr(C)]
pub enum Shutdown {
Read = 0,
Write = 1,
}
Expand description
The side of the stream to be shut down.
This should be used when calling stream_shutdown().
Stop receiving stream data.
Stop sending stream data.
Tests for self and other values to be equal, and is used by ==.
Tests for !=. The default implementation is almost always sufficient,
and should not be overridden without very good reason.
Checks if this value is equivalent to the given key. Read more
Compare self to key and return true if they are equal.
Returns the argument unchanged.
Calls U::from(self).
That is, this conversion is whatever the implementation of
From<T> for U chooses to do.
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.