Module nix::sys::uio [−][src]
Structs
A slice of memory in a remote process, starting at address base
and consisting of len
bytes.
Functions
Read from fd
at offset
filling buffers in iov
.
Read data directly from another process’s virtual memory
(see process_vm_readv
(2)).
Write data directly to another process’s virtual memory
(see process_vm_writev
(2)).
Write to fd
at offset
from buffers in iov
.