nix
::
unistd
Structs
Gid
Pid
Uid
Enums
ForkResult
PathconfVar
SysconfVar
Whence
Constants
ROOT
Functions
chdir
chown
chroot
close
daemon
dup
dup2
dup3
execv
execve
execvp
fchdir
fdatasync
fork
fpathconf
fsync
ftruncate
getcwd
getegid
geteuid
getgid
gethostname
getpgid
getpgrp
getpid
getppid
gettid
getuid
isatty
lseek
lseek64
mkdir
mkstemp
pathconf
pause
pipe
pipe2
pivot_root
read
setgid
sethostname
setpgid
setresgid
setresuid
setsid
setuid
sleep
sysconf
tcgetpgrp
tcsetpgrp
unlink
write
Function
nix
::
unistd
::
setuid
[
−
]
[src]
pub fn setuid(uid:
Uid
) ->
Result
<
()
>