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