Struct parking_lot::RawThreadId [−][src]
pub struct RawThreadId;
Implementation of the GetThreadId
trait for lock_api::ReentrantMutex
.
Trait Implementations
impl GetThreadId for RawThreadId
[src]
impl GetThreadId for RawThreadId
const INIT: RawThreadId
INIT: RawThreadId = RawThreadId
Initial value.
fn nonzero_thread_id(&self) -> usize
[src]
fn nonzero_thread_id(&self) -> usize
Returns a non-zero thread ID which identifies the current thread of execution. Read more
Auto Trait Implementations
impl Send for RawThreadId
impl Send for RawThreadId
impl Sync for RawThreadId
impl Sync for RawThreadId