Skip to main contentCrate user_copy
Source - UserInIovec
- A wrapper around a userspace array of
zx_iovec_t for read operations. - UserInOutIovec
- A wrapper around a userspace array of
zx_iovec_t for read-write operations. - UserInOutPtr
- A wrapper around a mutable pointer to user memory (read-write).
- UserInPtr
- A wrapper around a const pointer to user memory.
- UserOutIovec
- A wrapper around a userspace array of
zx_iovec_t for write operations. - UserOutPtr
- A wrapper around a mutable pointer to user memory (write-only).
- UserStringView
- A wrapper around
zx_string_view_t passed from userspace into kernel syscalls.