Struct windows_sys::Win32::System::Diagnostics::ToolHelp::THREADENTRY32
[−]#[repr(C)]pub struct THREADENTRY32 {
pub dwSize: u32,
pub cntUsage: u32,
pub th32ThreadID: u32,
pub th32OwnerProcessID: u32,
pub tpBasePri: i32,
pub tpDeltaPri: i32,
pub dwFlags: u32,
}
Expand description
Required features: "Win32_System_Diagnostics_ToolHelp"
Fields
dwSize: u32
cntUsage: u32
th32ThreadID: u32
th32OwnerProcessID: u32
tpBasePri: i32
tpDeltaPri: i32
dwFlags: u32
Trait Implementations
impl Clone for THREADENTRY32
impl Clone for THREADENTRY32
impl Copy for THREADENTRY32
Auto Trait Implementations
impl RefUnwindSafe for THREADENTRY32
impl Send for THREADENTRY32
impl Sync for THREADENTRY32
impl Unpin for THREADENTRY32
impl UnwindSafe for THREADENTRY32
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more