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
has_read_access
Copy item path
Settings
Help
Summary
Source
fn has_read_access(flags:
c_int
) ->
bool
Expand description
Checks for
O_RDONLY
or
O_RDWR
access mode.