nix
0.26.4
In nix::
unistd
Structs
Gid
Group
ResGid
ResUid
Uid
User
Enums
SysconfVar
Constants
ROOT
Functions
close
getegid
geteuid
getgid
getgrouplist
getgroups
getresgid
getresuid
getuid
initgroups
pipe
read
setegid
seteuid
setgid
setgroups
setresgid
setresuid
setuid
sleep
sysconf
write
nix
::
unistd
Function
pipe
Copy item path
Settings
Help
Summary
Source
pub fn pipe() ->
Result
<(
RawFd
,
RawFd
),
Error
>
Expand description
Create an interprocess channel.
See also
pipe(2)