Docs.rs
nix-0.22.0
nix 0.22.0
Docs.rs crate page
MIT
Links
Repository
Crates.io
Source
Owners
carllerche
github:nix-rust:nix-maintainers
Dependencies
bitflags ^1.1
normal
cfg-if ^1.0
normal
libc ^0.2.98
normal
assert-impl ^0.1
dev
lazy_static ^1.2
dev
rand ^0.8
dev
semver ^1.0.0
dev
tempfile ^3.2.0
dev
caps ^0.5.1
dev
memoffset ^0.6.3
normal
cc ^1
build
sysctl ^0.1
dev
Versions
62.91%
of the crate is documented
Go to latest version
Platform
x86_64-unknown-linux-gnu
x86_64-unknown-illumos
x86_64-apple-darwin
x86_64-fuchsia
x86_64-unknown-netbsd
aarch64-apple-ios
x86_64-unknown-redox
aarch64-linux-android
x86_64-unknown-freebsd
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Other items in
nix
::
unistd
?
Function
nix
::
unistd
::
setuid
[
−
]
[src]
pub fn setuid(uid:
Uid
) ->
Result
<
()
>
Expand description
Set the user ID
See also
setuid(2)