Trait rustix::ioctl::CompileTimeOpcode
source · pub trait CompileTimeOpcode {
const OPCODE: Opcode;
}
Expand description
Trait for something that provides an ioctl
opcode at compile time.
Required Associated Constants§
Object Safety§
This trait is not object safe.