Struct parking_lot::RawThreadId [−][src]
pub struct RawThreadId;
Expand description
Implementation of the GetThreadId
trait for lock_api::ReentrantMutex
.
Trait Implementations
Initial value.
Returns a non-zero thread ID which identifies the current thread of execution. Read more