rustix
1.0.8
In rustix::
backend::
io::
syscalls
rustix
::
backend
::
io
::
syscalls
Function
dup3
Copy item path
Source
pub(crate) fn dup3( fd:
BorrowedFd
<'_>, new: &mut
OwnedFd
, flags:
DupFlags
, ) ->
Result
<
()
>