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