rustix::ioctl::opcode

Function read_write

Source
pub const fn read_write<T>(group: u8, number: u8) -> Opcode
Expand description

Create a new reading and writing opcode from a group, a number and the type of data.

This corresponds to the C macro _IOWR(group, number, T).