Struct winapi::tlhelp32::PROCESSENTRY32 [] [src]

pub struct PROCESSENTRY32 {
    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: [CHAR; ::MAX_PATH],
}

Fields

dwSize
cntUsage
th32ProcessID
th32DefaultHeapID
th32ModuleID
cntThreads
th32ParentProcessID
pcPriClassBase
dwFlags
szExeFile

Trait Implementations

impl Clone for PROCESSENTRY32

fn clone(&self) -> PROCESSENTRY32

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

Derived Implementations

impl Copy for PROCESSENTRY32