Enum mio::deprecated::Shutdown
[−]
pub enum Shutdown { Read, Write, Both, }
Variants
Read | Further receptions will be disallowed. | |
Write | Further transmissions will be disallowed. | |
Both | Further receptions and transmissions will be disallowed. |