Struct winapi::tlhelp32::THREADENTRY32 [] [src]

pub struct THREADENTRY32 {
    pub dwSize: DWORD,
    pub cntUsage: DWORD,
    pub th32ThreadID: DWORD,
    pub th32OwnerProcessID: DWORD,
    pub tpBasePri: LONG,
    pub tpDeltaPri: LONG,
    pub dwFlags: DWORD,
}

Fields

dwSize: DWORD cntUsage: DWORD th32ThreadID: DWORD th32OwnerProcessID: DWORD tpBasePri: LONG tpDeltaPri: LONG dwFlags: DWORD

Trait Implementations

impl Debug for THREADENTRY32
[src]

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

Formats the value using the given formatter.

impl Copy for THREADENTRY32
[src]

impl Clone for THREADENTRY32
[src]

fn clone(&self) -> THREADENTRY32

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