Address
:
[go:
up one dir
,
main page
]
Include Form
Remove Scripts
Accept Cookies
Show Images
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Session Cookies
Docs.rs
rustix-0.38.35
rustix 0.38.35
Docs.rs crate page
Apache-2.0
WITH LLVM-exception OR
Apache-2.0
OR
MIT
Links
Repository
crates.io
Source
Owners
sunfishcode
Dependencies
bitflags ^2.4.0
normal
compiler_builtins ^0.1.49
normal
optional
rustc-std-workspace-core ^1.0.0
normal
optional
itoa ^1.0.1
normal
optional
rustc-std-workspace-alloc ^1.0.0
normal
optional
flate2 ^1.0
dev
libc ^0.2.156
dev
errno ^0.3.8
dev
memoffset ^0.9.0
dev
serial_test ^2.0.0
dev
static_assertions ^1.1.0
dev
tempfile ^3.5.0
dev
linux-raw-sys ^0.4.14
normal
criterion ^0.4
dev
libc ^0.2.156
normal
optional
errno ^0.3.8
normal
optional
linux-raw-sys ^0.4.14
normal
libc ^0.2.156
normal
errno ^0.3.8
normal
once_cell ^1.5.2
normal
optional
errno ^0.3.8
normal
windows-sys ^0.52.0
normal
Versions
100%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
wasm32-unknown-emscripten
wasm32-wasi
x86_64-apple-darwin
x86_64-unknown-freebsd
x86_64-unknown-illumos
x86_64-unknown-linux-gnu
x86_64-unknown-netbsd
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
rustix
0.38.35
In rustix::
process
Function
rustix
::
process
::
getgid
Copy item path
source
·
[
−
]
pub fn getgid() ->
Gid
Available on
crate feature
process
only.
Expand description
getgid()
—Returns the process’ real group ID.
§
References
POSIX
Linux