Struct windows::Win32::System::Diagnostics::ProcessSnapshotting::PSS_THREAD_ENTRY
#[repr(C)]pub struct PSS_THREAD_ENTRY {Show 19 fields
pub ExitStatus: u32,
pub TebBaseAddress: *mut c_void,
pub ProcessId: u32,
pub ThreadId: u32,
pub AffinityMask: usize,
pub Priority: i32,
pub BasePriority: i32,
pub LastSyscallFirstArgument: *mut c_void,
pub LastSyscallNumber: u16,
pub CreateTime: FILETIME,
pub ExitTime: FILETIME,
pub KernelTime: FILETIME,
pub UserTime: FILETIME,
pub Win32StartAddress: *mut c_void,
pub CaptureTime: FILETIME,
pub Flags: PSS_THREAD_FLAGS,
pub SuspendCount: u16,
pub SizeOfContextRecord: u16,
pub ContextRecord: *mut CONTEXT,
}
Fields§
§ExitStatus: u32
§TebBaseAddress: *mut c_void
§ProcessId: u32
§ThreadId: u32
§AffinityMask: usize
§Priority: i32
§BasePriority: i32
§LastSyscallFirstArgument: *mut c_void
§LastSyscallNumber: u16
§CreateTime: FILETIME
§ExitTime: FILETIME
§KernelTime: FILETIME
§UserTime: FILETIME
§Win32StartAddress: *mut c_void
§CaptureTime: FILETIME
§Flags: PSS_THREAD_FLAGS
§SuspendCount: u16
§SizeOfContextRecord: u16
§ContextRecord: *mut CONTEXT
Trait Implementations§
§impl Clone for PSS_THREAD_ENTRY
impl Clone for PSS_THREAD_ENTRY
§fn clone(&self) -> PSS_THREAD_ENTRY
fn clone(&self) -> PSS_THREAD_ENTRY
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 more§impl Debug for PSS_THREAD_ENTRY
impl Debug for PSS_THREAD_ENTRY
§impl Default for PSS_THREAD_ENTRY
impl Default for PSS_THREAD_ENTRY
§impl PartialEq for PSS_THREAD_ENTRY
impl PartialEq for PSS_THREAD_ENTRY
§fn eq(&self, other: &PSS_THREAD_ENTRY) -> bool
fn eq(&self, other: &PSS_THREAD_ENTRY) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for PSS_THREAD_ENTRY
impl Eq for PSS_THREAD_ENTRY
impl StructuralPartialEq for PSS_THREAD_ENTRY
Auto Trait Implementations§
impl Freeze for PSS_THREAD_ENTRY
impl RefUnwindSafe for PSS_THREAD_ENTRY
impl !Send for PSS_THREAD_ENTRY
impl !Sync for PSS_THREAD_ENTRY
impl Unpin for PSS_THREAD_ENTRY
impl UnwindSafe for PSS_THREAD_ENTRY
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
)