Struct linux_io::socket::SocketProtocolFixed
source · #[repr(transparent)]pub struct SocketProtocolFixed<Device: IoDevice> { /* private fields */ }
Expand description
A reasonable default implementation of SocketProtocol
with a fixed
protocol number and device type.
This is the return type of socket_protocol
.