ipc_
channel
0.19.0
In ipc_
channel::
platform::
unix
Structs
BackingStore
OsIpcOneShotServer
OsIpcReceiver
OsIpcReceiverSet
OsIpcSender
OsIpcSharedMemory
OsOpaqueIpcChannel
PID
PollEntry
SYSTEM_SENDBUF_SIZE
SharedFileDescriptor
UnixCmsg
cmsghdr
linger
Enums
BlockingMode
OsIpcChannel
OsIpcSelectionResult
UnixError
Constants
MAX_FDS_IN_CMSG
RECVMSG_FLAGS
RESERVED_SIZE
SCM_RIGHTS
SOCK_FLAGS
Statics
SHM_COUNT
Functions
CMSG_ALIGN
CMSG_DATA
CMSG_LEN
CMSG_SPACE
S_ISSOCK
channel
create_shmem
is_socket
make_socket_lingering
new_msghdr
new_sockaddr_un
recv
Type Aliases
IovLen
MsgControlLen
ipc_channel
::
platform
::
unix
Function
recv
Copy item path
Settings
Help
Summary
Source
fn recv(fd:
c_int
, blocking_mode:
BlockingMode
) ->
Result
<
IpcMessage
,
UnixError
>