Expand description
Slices to user space memory regions.
C header: include/linux/uaccess.h
Structs§
- A pointer to an area in userspace memory, which can be either read-only or read-write.
- A reader for
UserSlice
. - A writer for
UserSlice
.
Type Aliases§
- The type used for userspace addresses.