rustix
0.38.44
In rustix::
fs::
fd
Structs
Timestamps
Constants
NFS_SUPER_MAGIC
PROC_SUPER_MAGIC
Functions
_is_file_read_write
fallocate
fchmod
fchown
fdatasync
flock
fstat
fstatfs
fstatvfs
fsync
ftruncate
futimens
is_file_read_write
seek
syncfs
tell
rustix
::
fs
::
fd
Function
_is_file_read_write
Copy item path
Settings
Help
Summary
Source
pub(crate) fn _is_file_read_write(fd:
BorrowedFd
<'_>) ->
Result
<(
bool
,
bool
)>