Module linux_io::ptr

source ·
Expand description

For safely representing pointers in ioctl request types, and similar.

Structs§

  • A pointer to mutable userspace memory with a defined in-memory representation.
  • A pointer to readable userspace memory with a defined in-memory representation.

Traits§

  • Trait implemented by types that can represent readable userspace addresses.
  • Trait implemented by types that can represent writable userspace addresses.