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
dup3
Copy item path
Settings
Help
Summary
Source
pub(crate) fn dup3( fd:
BorrowedFd
<'_>, new: &mut
OwnedFd
, flags:
DupFlags
, ) ->
Result
<
()
>