pub struct RawThreadId;Expand description
Implementation of the GetThreadId trait for lock_api::ReentrantMutex.
Trait Implementations§
Source§impl GetThreadId for RawThreadId
impl GetThreadId for RawThreadId
Source§const INIT: RawThreadId = RawThreadId
const INIT: RawThreadId = RawThreadId
Initial value.
Source§fn nonzero_thread_id(&self) -> NonZeroUsize
fn nonzero_thread_id(&self) -> NonZeroUsize
Returns a non-zero thread ID which identifies the current thread of
execution.