Function nix::unistd::dup2
[−]
[src]
pub fn dup2(oldfd: Fd, newfd: Fd) -> Result<Fd>
pub fn dup2(oldfd: Fd, newfd: Fd) -> Result<Fd>
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct, enum,
trait, typedef (or
tdef).
Search functions by type signature (e.g.
vec -> usize)