nix
::
mqueue
Structs
FdFlag
MQ_OFlag
MqAttr
Constants
FD_CLOEXEC
O_CLOEXEC
O_CREAT
O_EXCL
O_NONBLOCK
O_RDONLY
O_RDWR
O_WRONLY
Functions
mq_close
mq_getattr
mq_open
mq_receive
mq_remove_nonblock
mq_send
mq_set_nonblock
mq_setattr
mq_unlink
Function
nix
::
mqueue
::
mq_close
[
−
]
[src]
pub fn mq_close(mqdes:
mqd_t
) ->
Result
<
()
>