Constant IOC_IN

Source
pub const IOC_IN: Dir;
Expand description

Indicates that an ioctl writes data to the kernel through its pointer argument.

Identical to _IOC_WRITE.