Struct parking_lot::RawThreadId[][src]

pub struct RawThreadId;
[]

Implementation of the GetThreadId trait for lock_api::ReentrantMutex.

Trait Implementations

impl GetThreadId for RawThreadId
[src]
[+]

INIT: RawThreadId = RawThreadId

Initial value.

[]

Returns a non-zero thread ID which identifies the current thread of execution. Read more

Auto Trait Implementations

impl Send for RawThreadId

impl Sync for RawThreadId