rustix
0.38.44
In rustix::
backend::
pipe::
syscalls
Functions
fcntl_getpipe_size
fcntl_setpipe_size
pipe
pipe_with
splice
tee
vmsplice
rustix
::
backend
::
pipe
::
syscalls
Function
pipe
Copy item path
Settings
Help
Summary
Source
pub(crate) fn pipe() ->
Result
<(
OwnedFd
,
OwnedFd
)>