Struct winapi::tlhelp32::PROCESSENTRY32W [] [src]

pub struct PROCESSENTRY32W {
    pub dwSize: DWORD,
    pub cntUsage: DWORD,
    pub th32ProcessID: DWORD,
    pub th32DefaultHeapID: ULONG_PTR,
    pub th32ModuleID: DWORD,
    pub cntThreads: DWORD,
    pub th32ParentProcessID: DWORD,
    pub pcPriClassBase: LONG,
    pub dwFlags: DWORD,
    pub szExeFile: [WCHAR; 260],
}

Fields

dwSize: DWORD cntUsage: DWORD th32ProcessID: DWORD th32DefaultHeapID: ULONG_PTR th32ModuleID: DWORD cntThreads: DWORD th32ParentProcessID: DWORD pcPriClassBase: LONG dwFlags: DWORD szExeFile: [WCHAR; 260]

Trait Implementations

impl Copy for PROCESSENTRY32W
[src]

impl Clone for PROCESSENTRY32W
[src]

fn clone(&self) -> PROCESSENTRY32W

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