rustix
1.0.8
In rustix::
backend::
pipe::
syscalls
rustix
::
backend
::
pipe
::
syscalls
Function
fcntl_setpipe_size
Copy item path
Source
pub(crate) fn fcntl_setpipe_size( fd:
BorrowedFd
<'_>, size:
usize
, ) ->
Result
<
usize
>