Trait rustix::ioctl::CompileTimeOpcode
source · pub trait CompileTimeOpcode {
const OPCODE: Opcode;
}
Expand description
Trait for something that provides an ioctl
opcode at compile time.
pub trait CompileTimeOpcode {
const OPCODE: Opcode;
}
Trait for something that provides an ioctl
opcode at compile time.