tokio
1.44.1
In tokio::
net::
unix::
pipe
Structs
OpenOptions
Receiver
Sender
Enums
PipeEnd
Functions
get_file_flags
has_read_access
has_write_access
is_pipe
pipe
set_blocking
set_nonblocking
tokio
::
net
::
unix
::
pipe
Function
get_file_flags
Copy item path
Settings
Help
Summary
Source
fn get_file_flags(fd:
BorrowedFd
<'_>) ->
Result
<
c_int
>
Expand description
Gets file descriptor’s flags by fcntl.