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; ::MAX_PATH],
}

Fields

dwSize
cntUsage
th32ProcessID
th32DefaultHeapID
th32ModuleID
cntThreads
th32ParentProcessID
pcPriClassBase
dwFlags
szExeFile

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