Module unix

Source
Expand description

Unix specific network types.

Modulesยง

listener ๐Ÿ”’
pipe
Unix pipe types.
socket ๐Ÿ”’
socketaddr ๐Ÿ”’
split ๐Ÿ”’
UnixStream split support.
split_owned ๐Ÿ”’
UnixStream owned split support.
stream ๐Ÿ”’
ucred ๐Ÿ”’

Structsยง

OwnedReadHalf
Owned read half of a UnixStream, created by into_split.
OwnedWriteHalf
Owned write half of a UnixStream, created by into_split.
ReadHalf
Borrowed read half of a UnixStream, created by split.
ReuniteError
Error indicating that two halves were not from the same socket, and thus could not be reunited.
SocketAddr
An address associated with a Tokio Unix socket.
UCred
Credentials of a process.
WriteHalf
Borrowed write half of a UnixStream, created by split.

Type Aliasesยง

gid_t
A type representing group ID.
pid_t
A type representing process and process group IDs.
uid_t
A type representing user ID.