Shutdown in quiche - Rust

#[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.

Source§
Source§

Tests for self and other values to be equal, and is used by ==.

1.0.0 · Source§

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.

Source§
Source§

§
§
§
§
§
§
§

Source§
Source§
Source§
§
§

Checks if this value is equivalent to the given key. Read more

§
§

Compare self to key and return true if they are equal.

Source§
Source§

Returns the argument unchanged.

Source§
Source§

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§
Source§
Source§

The type returned in the event of a conversion error.

Source§

Performs the conversion.

Source§
Source§

The type returned in the event of a conversion error.

Source§

Performs the conversion.