Struct 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