rustix::ioctl::opcode

Function none

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

Create a new opcode from a group, a number, that uses no data.

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