Function process_memory_reader::linux::open_process[][src]

pub fn open_process(pid: u32) -> Option<LinuxProcess>
Expand description

Opens process with specified id.

If the process is not found or could not be opened None will be returned.