Module rustix::io::is_read_write
source · Expand description
The is_read_write
function.
Functions§
- Returns a pair of booleans indicating whether the file descriptor is readable and/or writable, respectively.
The is_read_write
function.