rustix
0.38.44
In rustix::
backend::
io::
syscalls
Functions
close
dup
dup2
dup3
fcntl_dupfd_cloexec
fcntl_getfd
fcntl_setfd
ioctl
ioctl_readonly
is_read_write
pread
preadv
preadv2
pwrite
pwritev
pwritev2
read
readv
write
writev
rustix
::
backend
::
io
::
syscalls
Function
fcntl_dupfd_cloexec
Copy item path
Settings
Help
Summary
Source
pub(crate) fn fcntl_dupfd_cloexec( fd:
BorrowedFd
<'_>, min:
RawFd
, ) ->
Result
<
OwnedFd
>