Constant IOC_INOUT

Source
pub const IOC_INOUT: Dir;
Expand description

Indicates that an ioctl both reads and writes data through its pointer argument.

Identical to _IOC_READ_WRITE and _IOC_READ | _IOC_WRITE.