Enum lazy_socket::raw::ShutdownType [] [src]

#[repr(i32)]
pub enum ShutdownType { Receive, Send, Both, }

Type of socket's shutdown operation.

Variants

Stops any further receives.

Stops any further sends.

Stops both sends and receives.

Trait Implementations

impl Copy for ShutdownType
[src]

impl Clone for ShutdownType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Into<c_int> for ShutdownType
[src]

[src]

Performs the conversion.