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
§fn clone(&self) -> WDBGEXTS_THREAD_OS_INFO
fn clone(&self) -> WDBGEXTS_THREAD_OS_INFO
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for WDBGEXTS_THREAD_OS_INFO
Auto Trait Implementations§
impl Freeze for WDBGEXTS_THREAD_OS_INFO
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)