pub struct Thread {
pub thread_id: u32,
pub owner_process_id: u32,
}Available on crate feature
find_thread only.Expand description
process information from snapshot.
Fields§
§thread_id: u32win32 thread id
owner_process_id: u32owner win32 process id of this thread
Implementations§
Trait Implementations§
impl Eq for Thread
impl StructuralPartialEq for Thread
Auto Trait Implementations§
impl Freeze for Thread
impl RefUnwindSafe for Thread
impl Send for Thread
impl Sync for Thread
impl Unpin for Thread
impl UnwindSafe for Thread
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