rustix::ioctl::opcode

Function write

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

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

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