Module ugid
rustix
0.38.44
Module ugid
Module Items
Structs
Functions
Type Aliases
In crate rustix
Modules
backend
bitcast
buffer
clockid
cstr
event
fd
ffi
fs
io
ioctl
maybe_polyfill
mount
net
path
pid
pipe
prctl
process
shm
signal
system
thread
time
timespec
ugid
utils
weak
Macros
cmsg_space
cstr
rustix
Module
ugid
Copy item path
Settings
Help
Summary
Source
Expand description
User and Group ID types.
Structs
§
Gid
gid_t
—A Unix group ID.
Uid
uid_t
—A Unix user ID.
Functions
§
translate_
fchown_
args
🔒
Type Aliases
§
RawGid
A group identifier as a raw integer.
RawUid
A user identifier as a raw integer.