[−][src]Trait process_memory::ProcessHandleExt
Additional functions on process handles
Required methods
fn check_handle(&self) -> bool
Returns true if the ProcessHandle is not null, and false otherwise.
#[must_use]fn null_type() -> ProcessHandle
Return the null equivalent of a ProcessHandle.
#[must_use]fn set_arch(self, arch: Architecture) -> Self
Set this handle to use some architecture