Searched refs:ShutdownType (Results 1 – 3 of 3) sorted by relevance
34 pub enum ShutdownType { enum40 impl TryFrom<i32> for ShutdownType { implementation49 impl Into<i32> for ShutdownType { implementation112 fn shutdown(&self, _type: ShutdownType) -> Result<(), SystemError> { in shutdown()
21 Endpoint, Protocol, ShutdownType, Socket,319 socket.shutdown(ShutdownType::try_from(how as i32)?)?; in shutdown()
896 fn shutdown(&self, _type: super::ShutdownType) -> Result<(), SystemError> { in shutdown()