rustix::ioctl::opcode

Function read

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

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

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