rustix
0.38.44
In rustix::
ugid
Structs
Gid
Uid
Functions
translate_fchown_args
Type Aliases
RawGid
RawUid
rustix
::
ugid
Function
translate_fchown_args
Copy item path
Settings
Help
Summary
Source
pub(crate) fn translate_fchown_args( owner:
Option
<
Uid
>, group:
Option
<
Gid
>, ) -> (
RawUid
,
RawGid
)