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
fcntl_setpipe_size
Copy item path
Settings
Help
Summary
Source
pub(crate) fn fcntl_setpipe_size(fd:
BorrowedFd
<'_>, size:
usize
) ->
Result
<
()
>