[][src]Trait process_memory::ProcessHandleExt

pub trait ProcessHandleExt {
    fn check_handle(&self) -> bool;
#[must_use] fn null_type() -> ProcessHandle;
#[must_use] fn set_arch(self, arch: Architecture) -> Self; }

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

Loading content...

Implementors

impl ProcessHandleExt for ProcessHandle[src]

Loading content...