Expand description
Implements typical patterns for ioctl
usage.
Structs§
- Provides a bad opcode at compile time.
- Implements the traditional “getter” pattern for
ioctl
s. - Implements an
ioctl
that passes an integer into theioctl
. - Implements an
ioctl
with no real arguments. - Provides a
None
code at compile time. - Provides a read code at compile time.
- Provides a read/write code at compile time.
- Implements the pattern for
ioctl
s where a pointer argument is given to theioctl
. - Implements an “updater” pattern for
ioctl
s. - Provides a write code at compile time.
Traits§
- Trait for something that provides an
ioctl
opcode at compile time.