Struct winapi::processthreadsapi::PROCESS_INFORMATION [] [src]

pub struct PROCESS_INFORMATION {
    pub hProcess: HANDLE,
    pub hThread: HANDLE,
    pub dwProcessId: DWORD,
    pub dwThreadId: DWORD,
}

Fields

hProcess
hThread
dwProcessId
dwThreadId

Trait Implementations

impl Copy for PROCESS_INFORMATION
[src]

impl Clone for PROCESS_INFORMATION
[src]

fn clone(&self) -> PROCESS_INFORMATION

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

Derived Implementations

impl Debug for PROCESS_INFORMATION
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.