Module rustix::ioctl::patterns

source ·
Expand description

Implements typical patterns for ioctl usage.

Structs§

  • Provides a bad opcode at compile time.
  • Implements the traditional “getter” pattern for ioctls.
  • Implements an ioctl that passes an integer into the ioctl.
  • 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 ioctls where a pointer argument is given to the ioctl.
  • Implements an “updater” pattern for ioctls.
  • Provides a write code at compile time.

Traits§