Module ptr

Source
Expand description

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

Structs§

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

Traits§

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