Enum lazy_socket::raw::ShutdownType
[−]
[src]
#[repr(i32)]pub enum ShutdownType { Receive, Send, Both, }
Type of socket's shutdown operation.
Variants
ReceiveStops any further receives.
SendStops any further sends.
BothStops both sends and receives.
Trait Implementations
impl Copy for ShutdownType[src]
impl Clone for ShutdownType[src]
fn clone(&self) -> ShutdownType
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more