Struct linux_io::socket::SocketDevice
source · pub struct SocketDevice;
Expand description
Device type marker for crate::File
instances that represent sockets.
In practice there should not typically be a File<SocketDevice>
directly,
but instead should use a protocol-specific device type that also has a
blanket impl to make all of the SocketDevice
ioctl requests available
too.