Type Definition read_process_memory::ProcessHandle [] [src]

type ProcessHandle = pid_t;

On Linux a ProcessHandle is just a libc::pid_t.

Trait Implementations

impl CopyAddress for ProcessHandle
[src]

[src]

Try to copy buf.len() bytes from addr in the process self, placing them in buf.

impl TryIntoProcessHandle for ProcessHandle
[src]

Trivial implementation of TryIntoProcessHandle.

A ProcessHandle is always usable.

[src]

Attempt to get a ProcessHandle from self.