rustix
0.38.40
Module ugid
Structs
Functions
Type Aliases
In crate rustix
Module
rustix
::
ugid
Copy item path
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.