rustix
0.38.42
In rustix::
backend::
pipe::
syscalls
Function
rustix
::
backend
::
pipe
::
syscalls
::
fcntl_setpipe_size
Copy item path
source
ยท
[
−
]
pub(crate) fn fcntl_setpipe_size(fd:
BorrowedFd
<'_>, size:
usize
) ->
Result
<
()
>