rustix
0.38.44
In rustix::
backend::
io::
syscalls
Functions
close
dup
dup2
dup3
fcntl_dupfd_cloexec
fcntl_getfd
fcntl_setfd
ioctl
ioctl_readonly
is_read_write
pread
preadv
preadv2
pwrite
pwritev
pwritev2
read
readv
write
writev
rustix
::
backend
::
io
::
syscalls
Function
is_read_write
Copy item path
Settings
Help
Summary
Source
pub(crate) fn is_read_write(fd:
BorrowedFd
<'_>) ->
Result
<(
bool
,
bool
)>