Type Definition process_memory::ProcessHandle
[−]
[src]
type ProcessHandle = mach_port_name_t;
On OS X a ProcessHandle is a mach port.
Trait Implementations
impl CopyAddress for ProcessHandle[src]
Use vm_read to read memory from another process on OS X.