Struct read_process_memory::ProcessHandle [−][src]
pub struct ProcessHandle(_);Expand description
On Linux a ProcessHandle is just a libc::pid_t.
Trait Implementations
A process::Child always has a pid, which is all we need on Linux.
Auto Trait Implementations
impl RefUnwindSafe for ProcessHandle
impl Send for ProcessHandle
impl Sync for ProcessHandle
impl Unpin for ProcessHandle
impl UnwindSafe for ProcessHandle
Blanket Implementations
Mutably borrows from an owned value. Read more
