Struct windows_sys::Win32::System::Diagnostics::Debug::WDBGEXTS_THREAD_OS_INFO
[−]#[repr(C)]pub struct WDBGEXTS_THREAD_OS_INFO {
pub ThreadId: u32,
pub ExitStatus: u32,
pub PriorityClass: u32,
pub Priority: u32,
pub CreateTime: u64,
pub ExitTime: u64,
pub KernelTime: u64,
pub UserTime: u64,
pub StartOffset: u64,
pub Affinity: u64,
}
Expand description
Required features: ‘Win32_System_Diagnostics_Debug’
Fields
ThreadId: u32
ExitStatus: u32
PriorityClass: u32
Priority: u32
CreateTime: u64
ExitTime: u64
KernelTime: u64
UserTime: u64
StartOffset: u64
Affinity: u64
Trait Implementations
impl Clone for WDBGEXTS_THREAD_OS_INFO
impl Clone for WDBGEXTS_THREAD_OS_INFO
impl Copy for WDBGEXTS_THREAD_OS_INFO
Auto Trait Implementations
impl RefUnwindSafe for WDBGEXTS_THREAD_OS_INFO
impl Send for WDBGEXTS_THREAD_OS_INFO
impl Sync for WDBGEXTS_THREAD_OS_INFO
impl Unpin for WDBGEXTS_THREAD_OS_INFO
impl UnwindSafe for WDBGEXTS_THREAD_OS_INFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more