Struct windows_sys::Win32::System::Diagnostics::Debug::Extensions::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,
}
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more