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 RawThreadIdconst INIT: RawThreadId
INIT: RawThreadId = RawThreadId
Initial value.
fn nonzero_thread_id(&self) -> usize[src]
fn nonzero_thread_id(&self) -> usizeReturns a non-zero thread ID which identifies the current thread of execution. Read more
Auto Trait Implementations
impl Send for RawThreadId
impl Send for RawThreadIdimpl Sync for RawThreadId
impl Sync for RawThreadId