pub fn thread_id<'a, Driver>(
thread: &impl VmiOsThread<'a, Driver>,
) -> Option<u32>where
Driver: VmiDriver,Expand description
Returns the thread ID of the given thread, if available.
pub fn thread_id<'a, Driver>(
thread: &impl VmiOsThread<'a, Driver>,
) -> Option<u32>where
Driver: VmiDriver,Returns the thread ID of the given thread, if available.