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 | |
cntUsage | |
th32ThreadID | |
th32OwnerProcessID | |
tpBasePri | |
tpDeltaPri | |
dwFlags |
Trait Implementations
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