rustix
0.38.42
In rustix::
backend::
io::
syscalls
Function
rustix
::
backend
::
io
::
syscalls
::
dup3
Copy item path
source
ยท
[
−
]
pub(crate) fn dup3( fd:
BorrowedFd
<'_>, new: &mut
OwnedFd
, flags:
DupFlags
, ) ->
Result
<
()
>