Enum nix::sys::socket::Shutdown [−][src]
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.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Shutdown
impl UnwindSafe for Shutdown
Blanket Implementations
Mutably borrows from an owned value. Read more