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