Struct winapi::um::processthreadsapi::PROCESS_INFORMATION
source · #[repr(C)]pub struct PROCESS_INFORMATION {
pub hProcess: HANDLE,
pub hThread: HANDLE,
pub dwProcessId: DWORD,
pub dwThreadId: DWORD,
}Fields§
§hProcess: HANDLE§hThread: HANDLE§dwProcessId: DWORD§dwThreadId: DWORDTrait Implementations§
source§impl Clone for PROCESS_INFORMATION
impl Clone for PROCESS_INFORMATION
source§fn clone(&self) -> PROCESS_INFORMATION
fn clone(&self) -> PROCESS_INFORMATION
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Default for PROCESS_INFORMATION
impl Default for PROCESS_INFORMATION
source§fn default() -> PROCESS_INFORMATION
fn default() -> PROCESS_INFORMATION
Returns the “default value” for a type. Read more